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

10 lines
339 B
Plaintext
Raw Normal View History

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