C Specification
To start video decode or encode operations, call:
// Provided by VK_KHR_video_queue
void vkCmdBeginVideoCodingKHR(
VkCommandBuffer commandBuffer,
const VkVideoBeginCodingInfoKHR* pBeginInfo);
Parameters
-
commandBuffer
is the command buffer to be used when recording commands for the video decode or encode operations. -
pBeginInfo
is a pointer to a VkVideoBeginCodingInfoKHR 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.