PFN_vkQueueBeginDebugUtilsLabelEXT

Type Alias PFN_vkQueueBeginDebugUtilsLabelEXT 

Source
pub type PFN_vkQueueBeginDebugUtilsLabelEXT = Option<unsafe extern "system" fn(queue: VkQueue, pLabelInfo: *const VkDebugUtilsLabelEXT)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.