Type Alias unity_native_plugin_sys::PFN_vkDestroyVideoSessionKHR
source · pub type PFN_vkDestroyVideoSessionKHR = Option<unsafe extern "system" fn(device: VkDevice, videoSession: VkVideoSessionKHR, pAllocator: *const VkAllocationCallbacks)>;Aliased Type§
enum PFN_vkDestroyVideoSessionKHR {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkVideoSessionKHR_T, _: *const VkAllocationCallbacks)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkVideoSessionKHR_T, _: *const VkAllocationCallbacks))
Some value of type T.