pub type PFN_vkDestroyPipelineLayout = unsafe extern "system" fn(_device: Device, _pipeline_layout: PipelineLayout, _allocator: *const AllocationCallbacks);
Expand description