pub type PFN_vkCmdEndDebugUtilsLabelEXT = Option<unsafe extern "system" fn(command_buffer: CommandBuffer)>;Expand description
vkCmdEndDebugUtilsLabelEXT
Provided by VK_EXT_debug_utils.
§Thread Safety
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdEndDebugUtilsLabelEXT {
None,
Some(unsafe extern "system" fn(CommandBuffer)),
}