C Specification
To apply dynamic controls to video decode or video operations, call:
// Provided by VK_KHR_video_queue
void vkCmdControlVideoCodingKHR(
VkCommandBuffer commandBuffer,
const VkVideoCodingControlInfoKHR* pCodingControlInfo);
Parameters
-
commandBuffer
is the command buffer to be filled by this function for setting encode rate control parameters. -
pCodingControlInfo
is a pointer to VkVideoCodingControlInfoKHR.
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.