Skip to main content

PFN_vkGetExecutionGraphPipelineNodeIndexAMDX

Type Alias PFN_vkGetExecutionGraphPipelineNodeIndexAMDX 

Source
pub type PFN_vkGetExecutionGraphPipelineNodeIndexAMDX = Option<unsafe extern "system" fn(device: Device, execution_graph: Pipeline, p_node_info: *const PipelineShaderStageNodeCreateInfoAMDX, p_node_index: *mut u32) -> Result>;
Expand description

vkGetExecutionGraphPipelineNodeIndexAMDX Provided by VK_AMDX_shader_enqueue.

§Success Codes

  • VK_SUCCESS

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkGetExecutionGraphPipelineNodeIndexAMDX {
    None,
    Some(unsafe extern "system" fn(Device, Pipeline, *const PipelineShaderStageNodeCreateInfoAMDX, *mut u32) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.