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