PFN_vkCmdBeginDebugUtilsLabelEXT

Type Alias PFN_vkCmdBeginDebugUtilsLabelEXT 

Source
pub type PFN_vkCmdBeginDebugUtilsLabelEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pLabelInfo: *const VkDebugUtilsLabelEXT)>;

Aliased Type§

pub enum PFN_vkCmdBeginDebugUtilsLabelEXT {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkDebugUtilsLabelEXT)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkDebugUtilsLabelEXT))

Some value of type T.