Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:DestroyFramebuffer

217     INIT_PROC(dev, DestroyFramebuffer);
361 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator);
582 { "vkDestroyFramebuffer", reinterpret_cast<PFN_vkVoidFunction>(DestroyFramebuffer) },
934 VKAPI_ATTR void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator) {
935 GetData(device).dispatch.DestroyFramebuffer(device, framebuffer, pAllocator);
1619 vulkan::api::DestroyFramebuffer(device, framebuffer, pAllocator);