C Specification
Video sessions are objects that represent and maintain the state needed to perform video decode or encode operations using a specific video profile.
Video sessions are represented by VkVideoSessionKHR
handles:
// Provided by VK_KHR_video_queue
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkVideoSessionKHR)
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.