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.
This commit is contained in:
Jason Ekstrand 2015-07-06 15:19:04 -07:00
parent 19aabb5730
commit 0dc7d4ac8a
1 changed files with 335 additions and 451 deletions

File diff suppressed because it is too large Load Diff