[][src]Type Definition unity_native_plugin_sys::PFN_vkGetPipelineExecutableInternalRepresentationsKHR

type PFN_vkGetPipelineExecutableInternalRepresentationsKHR = Option<unsafe extern "system" fn(device: VkDevice, pExecutableInfo: *const VkPipelineExecutableInfoKHR, pInternalRepresentationCount: *mut u32, pInternalRepresentations: *mut VkPipelineExecutableInternalRepresentationKHR) -> VkResult>;