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