pub type PFN_vkGetPipelineExecutableInternalRepresentationsKHR = Option<unsafe extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_internal_representation_count: *mut u32, p_internal_representations: *mut PipelineExecutableInternalRepresentationKHR) -> Result>;Expand description
vkGetPipelineExecutableInternalRepresentationsKHR
Provided by VK_KHR_pipeline_executable_properties.
§Success Codes
VK_SUCCESSVK_INCOMPLETE
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkGetPipelineExecutableInternalRepresentationsKHR {
None,
Some(unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableInternalRepresentationKHR) -> Result),
}