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