C Specification
To end a video coding scope, 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.
Description
After ending a video coding scope, the session object previously bound by the corresponding vkCmdBeginVideoCodingKHR command is unbound.
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.