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

10 lines
363 B
Plaintext

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