C Specification
To update, add, or remove video session parameters state, call:
// Provided by VK_KHR_video_queue
VkResult vkUpdateVideoSessionParametersKHR(
VkDevice device,
VkVideoSessionParametersKHR videoSessionParameters,
const VkVideoSessionParametersUpdateInfoKHR* pUpdateInfo);
Parameters
-
deviceis the logical device that was used for the creation of the video session object. -
videoSessionParametersis the video session parameters object that is going to be updated. -
pUpdateInfois a pointer to aVkVideoSessionParametersUpdateInfoKHRstructure containing the session parameters update information.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.