Structures
VkVideoEncodeH265QpKHR
Structure describing H.265 QP values per picture type
The VkVideoEncodeH265QpKHR structure is defined as:
typedef struct VkVideoEncodeH265QpKHR {
int32_t qpI;
int32_t qpP;
int32_t qpB;
} VkVideoEncodeH265QpKHR;
qpIis the QP to be used for I pictures.qpPis the QP to be used for P pictures.qpBis the QP to be used for B pictures.