pub type PFN_vkGetPipelineExecutableStatisticsKHR = Option<unsafe extern "system" fn(device: Device, p_executable_info: *const PipelineExecutableInfoKHR, p_statistic_count: *mut u32, p_statistics: *mut PipelineExecutableStatisticKHR) -> Result>;Expand description
vkGetPipelineExecutableStatisticsKHR
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_vkGetPipelineExecutableStatisticsKHR {
None,
Some(unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableStatisticKHR) -> Result),
}