mesa/include/vulkan
Jason Ekstrand 0dc7d4ac8a vk/vulkan.h: Reformat structs to match revision 130
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.
2015-07-06 15:19:12 -07:00
..
vk_platform.h Add vulkan driver for BDW 2015-05-09 11:38:32 -07:00
vk_wsi_lunarg.h vk: Add WSI implementation 2015-05-20 20:34:52 -07:00
vulkan-130.h vk: Add a revision 130 header along-side the current header 2015-07-06 14:16:51 -07:00
vulkan.h vk/vulkan.h: Reformat structs to match revision 130 2015-07-06 15:19:12 -07:00
vulkan_intel.h vk: Add function pointer typedef for intel extension 2015-05-17 21:08:30 -07:00