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

11 lines
307 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkEventCreateInfo,VkEventCreateInfo]]
[source,c++]
----
typedef struct VkEventCreateInfo {
VkStructureType sType;
const void* pNext;
VkEventCreateFlags flags;
} VkEventCreateInfo;
----