Function VkDeviceCmds.CreateEvent

Commands for VK_VERSION_1_0

VkResult CreateEvent (
  VkDevice_T* device,
  const(VkEventCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkEvent_T** pEvent
);