Type Alias unity_native_plugin_sys::PFN_vkCmdDecodeVideoKHR
source · pub type PFN_vkCmdDecodeVideoKHR = Option<unsafe extern "system" fn(commandBuffer: VkCommandBuffer, pDecodeInfo: *const VkVideoDecodeInfoKHR)>;Aliased Type§
enum PFN_vkCmdDecodeVideoKHR {
None,
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkVideoDecodeInfoKHR)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkCommandBuffer_T, _: *const VkVideoDecodeInfoKHR))
Some value of type T.