C Specification
To apply dynamic controls to video decode or video encode 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. -
pCodingControlInfo
is a pointer to a VkVideoCodingControlInfoKHR structure.
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.