Skip to main content

PFN_vkGetPipelineExecutableStatisticsKHR

Type Alias PFN_vkGetPipelineExecutableStatisticsKHR 

Source
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_SUCCESS
  • VK_INCOMPLETE

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_OUT_OF_DEVICE_MEMORY
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkGetPipelineExecutableStatisticsKHR {
    None,
    Some(unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableStatisticKHR) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, *const PipelineExecutableInfoKHR, *mut u32, *mut PipelineExecutableStatisticKHR) -> Result)

Some value of type T.