Skip to main content

PFN_vkUpdateIndirectExecutionSetShaderEXT

Type Alias PFN_vkUpdateIndirectExecutionSetShaderEXT 

Source
pub type PFN_vkUpdateIndirectExecutionSetShaderEXT = Option<unsafe extern "system" fn(device: Device, indirect_execution_set: IndirectExecutionSetEXT, execution_set_write_count: u32, p_execution_set_writes: *const WriteIndirectExecutionSetShaderEXT)>;
Expand description

vkUpdateIndirectExecutionSetShaderEXT Provided by VK_EXT_device_generated_commands.

§Thread Safety

  • indirectExecutionSet must be externally synchronized

Aliased Type§

pub enum PFN_vkUpdateIndirectExecutionSetShaderEXT {
    None,
    Some(unsafe extern "system" fn(Device, IndirectExecutionSetEXT, u32, *const WriteIndirectExecutionSetShaderEXT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, IndirectExecutionSetEXT, u32, *const WriteIndirectExecutionSetShaderEXT))

Some value of type T.