Structures
VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
Structure specifying quantization map texel size for video session parameters
The VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR
structure is defined as:
typedef struct VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR {
VkStructureType sType;
const void* pNext;
VkExtent2D quantizationMapTexelSize;
} VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.quantizationMapTexelSize
specifies the quantization map texel size a video session parameters object created withVK_VIDEO_SESSION_PARAMETERS_CREATE_QUANTIZATION_MAP_COMPATIBLE_BIT_KHR
is compatible with.
Valid Usage (Implicit)
VUID-VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR-sType-sType
sType
must be VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUANTIZATION_MAP_SESSION_PARAMETERS_CREATE_INFO_KHR