Enum
VkVideoEncodeFlagBitsKHR
Video encode flags
Bits which can be set in VkVideoEncodeInfoKHR::flags
,
specifying video encode flags, are:
typedef enum VkVideoEncodeFlagBitsKHR {
} VkVideoEncodeFlagBitsKHR;
VK_VIDEO_ENCODE_WITH_QUANTIZATION_DELTA_MAP_BIT_KHR
specifies the use of a quantization delta map in the issued video encode operations.VK_VIDEO_ENCODE_WITH_EMPHASIS_MAP_BIT_KHR
specifies the use of an emphasis map in the issued video encode operations.