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§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkDebugUtilsLabelEXT))
Some value of type T
.