Home | History | Annotate | Download | only in layers

Lines Matching defs:DestroyRenderPass

4538 VKAPI_ATTR void VKAPI_CALL DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator) {
4546 dev_data->dispatch_table.DestroyRenderPass(device, renderPass, pAllocator);
11893 {"vkDestroyRenderPass", (void *)DestroyRenderPass},