C Specification
To launch an encode operation that results in bitstream generation, call:
// Provided by VK_KHR_video_encode_queue
void vkCmdEncodeVideoKHR(
VkCommandBuffer commandBuffer,
const VkVideoEncodeInfoKHR* pEncodeInfo);
Parameters
-
commandBuffer
is the command buffer to be filled with this function for encoding to generate a bitstream. -
pEncodeInfo
is the pointer of VkVideoEncodeInfoKHR.
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.