Skip to main content

PFN_vkCmdSetCheckpointNV

Type Alias PFN_vkCmdSetCheckpointNV 

Source
pub type PFN_vkCmdSetCheckpointNV = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_checkpoint_marker: *const c_void)>;
Expand description

vkCmdSetCheckpointNV Provided by VK_NV_device_diagnostic_checkpoints.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.