Home | History | Annotate | Download | only in layers

Lines Matching defs:DestroyPipeline

4140 VKAPI_ATTR void VKAPI_CALL DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator) {
4148 dev_data->dispatch_table.DestroyPipeline(device, pipeline, pAllocator);
11887 {"vkDestroyPipeline", (void *)DestroyPipeline},