blob: 26dc5e3a7bca640411b595057ede1000985af297 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkBaseOutStructure,VkBaseOutStructure]]
[source,c++]
----
typedef struct VkBaseOutStructure {
VkStructureType sType;
struct VkBaseOutStructure* pNext;
} VkBaseOutStructure;
----