Home | History | Annotate | Download | only in layers

Lines Matching full:destroypipelinelayout

6011 DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) {
6017 dev_data->dispatch_table.DestroyPipelineLayout(device, pipelineLayout, pAllocator);
11953 {"vkDestroyPipelineLayout", reinterpret_cast<PFN_vkVoidFunction>(DestroyPipelineLayout)},