pub type PFN_vkGetPipelineExecutableInternalRepresentationsKHR = unsafe extern "system" fn(_device: Device, _executable_info: *const PipelineExecutableInfoKHR, _internal_representation_count: *mut u32, _internal_representations: *mut PipelineExecutableInternalRepresentationKHR) -> Result;
Expand description