PFN_vkCmdSetPerformanceMarkerINTEL

Type Alias PFN_vkCmdSetPerformanceMarkerINTEL 

Source
pub type PFN_vkCmdSetPerformanceMarkerINTEL = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pMarkerInfo: *const VkPerformanceMarkerInfoINTEL) -> VkResult>;

Aliased Type§

pub enum PFN_vkCmdSetPerformanceMarkerINTEL {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkPerformanceMarkerInfoINTEL) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkPerformanceMarkerInfoINTEL) -> i32)

Some value of type T.