pub type PFN_vkCmdSetPerformanceMarkerINTEL = unsafe extern "system" fn(_command_buffer: CommandBuffer, _marker_info: *const PerformanceMarkerInfoINTEL) -> Result;
Expand description