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