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

10 lines
339 B
Plaintext

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