Skip to main content

PFN_vkGetPipelineExecutableInternalRepresentationsKHR

Type Alias PFN_vkGetPipelineExecutableInternalRepresentationsKHR 

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.