PFN_vkQueueInsertDebugUtilsLabelEXT

Type Alias PFN_vkQueueInsertDebugUtilsLabelEXT 

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

Aliased Type§

pub enum PFN_vkQueueInsertDebugUtilsLabelEXT {
    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.