pub type PFN_vkUpdateVideoSessionParametersKHR = Option<unsafe extern "system" fn(device: Device, video_session_parameters: VideoSessionParametersKHR, p_update_info: *const VideoSessionParametersUpdateInfoKHR) -> Result>;Expand description
vkUpdateVideoSessionParametersKHR
Provided by VK_KHR_video_queue.
§Success Codes
VK_SUCCESS
§Error Codes
VK_ERROR_OUT_OF_HOST_MEMORYVK_ERROR_OUT_OF_DEVICE_MEMORYVK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHRVK_ERROR_UNKNOWNVK_ERROR_VALIDATION_FAILED
Aliased Type§
pub enum PFN_vkUpdateVideoSessionParametersKHR {
None,
Some(unsafe extern "system" fn(Device, VideoSessionParametersKHR, *const VideoSessionParametersUpdateInfoKHR) -> Result),
}Variants§
None
No value.
Some(unsafe extern "system" fn(Device, VideoSessionParametersKHR, *const VideoSessionParametersUpdateInfoKHR) -> Result)
Some value of type T.