VkVideoEndCodingInfoKHR(3)
C Specification
TheVkVideoEndCodingInfoKHR structure is defined as:
// Provided by VK_KHR_video_queuetypedef struct VkVideoEndCodingInfoKHR { VkStructureType sType; const void* pNext; VkVideoEndCodingFlagsKHR flags;} VkVideoEndCodingInfoKHR;Members
sTypeis aVkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending thisstructure.flagsis reserved for future use.
Description
Valid Usage (Implicit)
VUID-VkVideoEndCodingInfoKHR-sType-sType
sTypemust beVK_STRUCTURE_TYPE_VIDEO_END_CODING_INFO_KHR
Document Notes
For more information, see theVulkan Specification.
This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.