Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:DestroyRenderPass

263     INIT_PROC(true, dev, DestroyRenderPass);
428 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator);
729 { "vkDestroyRenderPass", reinterpret_cast<PFN_vkVoidFunction>(DestroyRenderPass) },
1095 VKAPI_ATTR void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllocator) {
1096 GetData(device).dispatch.DestroyRenderPass(device, renderPass, pAllocator);
1914 vulkan::api::DestroyRenderPass(device, renderPass, pAllocator);