unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCreateEvent.txt

11 lines
402 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateEvent,vkCreateEvent]]
[source,c++]
----
VkResult vkCreateEvent(
VkDevice device,
const VkEventCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkEvent* pEvent);
----