1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCreateEvent,vkCreateEvent]]
3[source,c++]
4----
5VkResult vkCreateEvent(
6 VkDevice device,
7 const VkEventCreateInfo* pCreateInfo,
8 const VkAllocationCallbacks* pAllocator,
9 VkEvent* pEvent);
10----
11