mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 10:10:09 +01:00
Structs in the old version were specified as
typedef struct VkSomeThing_
{
type field; // comment
} VkSomeThing;
However, in the generated headers, you have
typedef struct {
type field;
} VkSomeThing;
This commit also removes some unneeded whitespaces.
|
||
|---|---|---|
| .. | ||
| vk_platform.h | ||
| vk_wsi_lunarg.h | ||
| vulkan-130.h | ||
| vulkan.h | ||
| vulkan_intel.h | ||