Structures

VkQueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR

Structure specifying enabled per picture partition video encode feedback values

The VkQueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR structure is defined as:

typedef struct VkQueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR {
    VkStructureType sType;
    const void* pNext;
    uint32_t maxPerPartitionFeedbackEntries;
    VkVideoEncodePerPartitionFeedbackFlagsKHR perPartitionEncodeFeedbackFlags;
} VkQueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • maxPerPartitionFeedbackEntries specifies the maximum number of picture partitions for which per picture partition video encode feedback values can be captured by queries of the new pool.
  • perPartitionEncodeFeedbackFlags is a bitmask of VkVideoEncodePerPartitionFeedbackFlagBitsKHR values specifying the set of enabled per picture partition video encode feedback values captured by queries of the new pool.

Valid Usage (Implicit)

VUID-VkQueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_QUERY_POOL_VIDEO_ENCODE_PER_PARTITION_FEEDBACK_CREATE_INFO_KHR