Skip to main content

PFN_vkCmdPreprocessGeneratedCommandsNV

Type Alias PFN_vkCmdPreprocessGeneratedCommandsNV 

Source
pub type PFN_vkCmdPreprocessGeneratedCommandsNV = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_generated_commands_info: *const GeneratedCommandsInfoNV)>;
Expand description

vkCmdPreprocessGeneratedCommandsNV Provided by VK_NV_device_generated_commands.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdPreprocessGeneratedCommandsNV {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, *const GeneratedCommandsInfoNV)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, *const GeneratedCommandsInfoNV))

Some value of type T.