pub type PFN_vkCmdInsertDebugUtilsLabelEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pLabelInfo: *const VkDebugUtilsLabelEXT)>;Aliased Type§
pub enum PFN_vkCmdInsertDebugUtilsLabelEXT {
None,
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkDebugUtilsLabelEXT)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkDebugUtilsLabelEXT))
Some value of type T.