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§
None
No value.
Some(unsafe extern "system" fn(*mut VkCommandBuffer_T, *const VkVideoBeginCodingInfoKHR))
Some value of type T
.