Type Alias unity_native_plugin_sys::PFN_vkCmdBeginVideoCodingKHR
source · pub type PFN_vkCmdBeginVideoCodingKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pBeginInfo: *const VkVideoBeginCodingInfoKHR)>;Aliased Type§
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.