1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkEventCreateInfo,VkEventCreateInfo]]
3[source,c++]
4----
5typedef struct VkEventCreateInfo {
6 VkStructureType sType;
7 const void* pNext;
8 VkEventCreateFlags flags;
9} VkEventCreateInfo;
10----
11