[][src]Type Definition vulkan_bindings::FnGetPipelineExecutableInternalRepresentationsKHR

type FnGetPipelineExecutableInternalRepresentationsKHR = extern "system" fn(device: Device, pExecutableInfo: *const PipelineExecutableInfoKHR, pInternalRepresentationCount: *mut u32, pInternalRepresentations: *mut PipelineExecutableInternalRepresentationKHR) -> Result;