pub type PFN_vkCmdDispatchGraphAMDX = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, scratch: u64, scratch_size: u64, p_count_info: *const DispatchGraphCountInfoAMDX)>;Expand description
vkCmdDispatchGraphAMDX
Provided by VK_AMDX_shader_enqueue.
Aliased Type§
pub enum PFN_vkCmdDispatchGraphAMDX {
None,
Some(unsafe extern "system" fn(CommandBuffer, u64, u64, *const DispatchGraphCountInfoAMDX)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, u64, u64, *const DispatchGraphCountInfoAMDX))
Some value of type T.