Skip to main content

PFN_vkCmdBeginDebugUtilsLabelEXT

Type Alias PFN_vkCmdBeginDebugUtilsLabelEXT 

Source
pub type PFN_vkCmdBeginDebugUtilsLabelEXT = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_label_info: *const DebugUtilsLabelEXT)>;
Expand description

vkCmdBeginDebugUtilsLabelEXT Provided by VK_EXT_debug_utils.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.