Skip to main content

PFN_vkQueueInsertDebugUtilsLabelEXT

Type Alias PFN_vkQueueInsertDebugUtilsLabelEXT 

Source
pub type PFN_vkQueueInsertDebugUtilsLabelEXT = Option<unsafe extern "system" fn(queue: Queue, p_label_info: *const DebugUtilsLabelEXT)>;
Expand description

vkQueueInsertDebugUtilsLabelEXT Provided by VK_EXT_debug_utils.

§Thread Safety

  • queue must be externally synchronized

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.