pub type PFN_vkCreatePipelineLayout = unsafe extern "system" fn(_device: Device, _create_info: *const PipelineLayoutCreateInfo, _allocator: *const AllocationCallbacks, _pipeline_layout: *mut PipelineLayout) -> Result;
Expand description