pub type PFN_vkCmdInsertDebugUtilsLabelEXT = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_label_info: *const DebugUtilsLabelEXT)>;Expand description
vkCmdInsertDebugUtilsLabelEXT
Provided by VK_EXT_debug_utils.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdInsertDebugUtilsLabelEXT {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const DebugUtilsLabelEXT)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const DebugUtilsLabelEXT))
Some value of type T.