C Specification
The vkCmdControlVideoCodingKHR flags are defined with the following enumeration:
// Provided by VK_KHR_video_queue
typedef enum VkVideoCodingControlFlagBitsKHR {
VK_VIDEO_CODING_CONTROL_DEFAULT_KHR = 0,
VK_VIDEO_CODING_CONTROL_RESET_BIT_KHR = 0x00000001,
} VkVideoCodingControlFlagBitsKHR;
Description
-
VK_VIDEO_CODING_CONTROL_RESET_BIT_KHRindicates a request for the bound video session context to be reset to init state.
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.