pub type PFN_vkCreateExecutionGraphPipelinesAMDX = Option<unsafe extern "system" fn(device: Device, pipeline_cache: PipelineCache, create_info_count: u32, p_create_infos: *const ExecutionGraphPipelineCreateInfoAMDX, p_allocator: *const AllocationCallbacks, p_pipelines: *mut Pipeline) -> Result>;Expand description
vkCreateExecutionGraphPipelinesAMDX
Provided by VK_AMDX_shader_enqueue.
§Success Codes
VK_SUCCESSVK_PIPELINE_COMPILE_REQUIRED_EXT
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
§Thread Safety
pipelineCachemust be externally synchronized
Aliased Type§
pub enum PFN_vkCreateExecutionGraphPipelinesAMDX {
None,
Some(unsafe extern "system" fn(Device, PipelineCache, u32, *const ExecutionGraphPipelineCreateInfoAMDX, *const AllocationCallbacks, *mut Pipeline) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, PipelineCache, u32, *const ExecutionGraphPipelineCreateInfoAMDX, *const AllocationCallbacks, *mut Pipeline) -> Result)
Some value of type T.