pub type PFN_vkUpdateVideoSessionParametersKHR = Option<unsafe extern "system" fn(device: VkDevice, videoSessionParameters: VkVideoSessionParametersKHR, pUpdateInfo: *const VkVideoSessionParametersUpdateInfoKHR) -> VkResult>;Aliased Type§
enum PFN_vkUpdateVideoSessionParametersKHR {
None,
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkVideoSessionParametersKHR_T, _: *const VkVideoSessionParametersUpdateInfoKHR) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut VkDevice_T, _: *mut VkVideoSessionParametersKHR_T, _: *const VkVideoSessionParametersUpdateInfoKHR) -> i32)
Some value of type T.