blob: 01866a76e62d9b5bfb9cd71880691c31aab3a96c [file] [log] [blame]
// 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;
----