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;
pub struct QueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR {
s_type: vk::StructureType,
p_next: *const c_void,
max_per_partition_feedback_entries: u32,
per_partition_encode_feedback_flags: vk::VideoEncodePerPartitionFeedbackFlagsKHR,
}
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.maxPerPartitionFeedbackEntriesspecifies the maximum number of picture partitions for which per picture partition video encode feedback values can be captured by queries of the new pool.perPartitionEncodeFeedbackFlagsis 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
VUID-VkQueryPoolVideoEncodePerPartitionFeedbackCreateInfoKHR-perPartitionEncodeFeedbackFlags-parameter
perPartitionEncodeFeedbackFlags must be a valid combination of VkVideoEncodePerPartitionFeedbackFlagBitsKHR values