C Specification
To decode a frame, call:
// Provided by VK_KHR_video_decode_queue
void vkCmdDecodeVideoKHR(
VkCommandBuffer commandBuffer,
const VkVideoDecodeInfoKHR* pFrameInfo);
Parameters
-
commandBuffer
is the command buffer to be filled with this function for decode frame command. -
pFrameInfo
is a pointer to a VkVideoDecodeInfoKHR 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.