Type Alias PFN_vkCmdBeginVideoCodingKHR

Source
pub type PFN_vkCmdBeginVideoCodingKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pBeginInfo: *const VkVideoBeginCodingInfoKHR)>;

Aliased Type§

pub enum PFN_vkCmdBeginVideoCodingKHR {
    None,
    Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkVideoBeginCodingInfoKHR)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkVideoBeginCodingInfoKHR))

Some value of type T.