Skip to main content

PFN_vkGetPipelineExecutablePropertiesKHR

Type Alias PFN_vkGetPipelineExecutablePropertiesKHR 

Source
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_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_vkGetPipelineExecutablePropertiesKHR {
    None,
    Some(unsafe extern "system" fn(Device, *const PipelineInfoKHR, *mut u32, *mut PipelineExecutablePropertiesKHR) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.