MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / DestroyFramebuffer

Function DestroyFramebuffer

icd/generated/function_definitions.h:867–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865 return VK_SUCCESS;
866}
867static VKAPI_ATTR void VKAPI_CALL DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer,
868 const VkAllocationCallbacks* pAllocator) {
869 // Destroy object
870}
871static VKAPI_ATTR VkResult VKAPI_CALL CreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo,
872 const VkAllocationCallbacks* pAllocator, VkRenderPass* pRenderPass) {
873 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected