[][src]Type Definition ash::vk::PFN_vkGetPipelineExecutableInternalRepresentationsKHR

type PFN_vkGetPipelineExecutableInternalRepresentationsKHR = extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_internal_representation_count: *mut u32, p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR) -> Result;