pub type PFN_vkGetPipelineExecutablePropertiesKHR = Option<unsafe extern "system" fn(device: Device, p_pipeline_info: *const PipelineInfoKHR, p_executable_count: *mut u32, p_properties: *mut PipelineExecutablePropertiesKHR) -> Result>;Expand description
vkGetPipelineExecutablePropertiesKHR
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_vkGetPipelineExecutablePropertiesKHR {
None,
Some(unsafe extern "system" fn(Device, *const PipelineInfoKHR, *mut u32, *mut PipelineExecutablePropertiesKHR) -> Result),
}