pub type PFN_vkCmdBeginDebugUtilsLabelEXT = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pLabelInfo: *const VkDebugUtilsLabelEXT)>;Aliased Type§
enum PFN_vkCmdBeginDebugUtilsLabelEXT {
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.