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_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkGetExecutionGraphPipelineNodeIndexAMDX {
None,
Some(unsafe extern "system" fn(Device, Pipeline, *const PipelineShaderStageNodeCreateInfoAMDX, *mut u32) -> Result),
}