Home | History | Annotate | Download | only in layers

Lines Matching full:framebuffer

631 VKAPI_ATTR void VKAPI_CALL vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pAllocator)
633 device_dispatch_table(device)->DestroyFramebuffer(device, framebuffer, pAllocator);