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
commandBuffermust be externally synchronized
Aliased Type§
pub enum PFN_vkCmdBeginVideoCodingKHR {
None,
Some(unsafe extern "system" fn(CommandBuffer, *const VideoBeginCodingInfoKHR)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(CommandBuffer, *const VideoBeginCodingInfoKHR))
Some value of type T.