C Specification
To end video decode or encode operations, call:
// Provided by VK_KHR_video_queue
void vkCmdEndVideoCodingKHR(
VkCommandBuffer commandBuffer,
const VkVideoEndCodingInfoKHR* pEndCodingInfo);
Parameters
-
commandBuffer
is the command buffer to be filled by this function. -
pEndCodingInfo
is a pointer to a VkVideoEndCodingInfoKHR 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.