Skip to main content

PFN_vkCmdBeginVideoCodingKHR

Type Alias PFN_vkCmdBeginVideoCodingKHR 

Source
pub type PFN_vkCmdBeginVideoCodingKHR = Option<unsafe extern "system" fn(command_buffer: CommandBuffer, p_begin_info: *const VideoBeginCodingInfoKHR)>;
Expand description

vkCmdBeginVideoCodingKHR Provided by VK_KHR_video_queue.

§Thread Safety

  • commandBuffer must be externally synchronized

Aliased Type§

pub enum PFN_vkCmdBeginVideoCodingKHR {
    None,
    Some(unsafe extern "system" fn(CommandBuffer, *const VideoBeginCodingInfoKHR)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(CommandBuffer, *const VideoBeginCodingInfoKHR))

Some value of type T.