unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkBaseInStructure.txt

10 lines
300 B
Plaintext

// 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;
----