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;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.quantizationMapTexelSizespecifies the quantization map texel size a video session parameters object created withVK_VIDEO_SESSION_PARAMETERS_CREATE_QUANTIZATION_MAP_COMPATIBLE_BIT_KHRis compatible with.
Valid Usage (Implicit)
VUID-VkVideoEncodeQuantizationMapSessionParametersCreateInfoKHR-sType-sType
sType must be VK_STRUCTURE_TYPE_VIDEO_ENCODE_QUANTIZATION_MAP_SESSION_PARAMETERS_CREATE_INFO_KHR