Structures

VkVideoEndCodingInfoKHR

Structure specifying video coding scope end information

The VkVideoEndCodingInfoKHR structure is defined as:

typedef struct VkVideoEndCodingInfoKHR {
    VkStructureType sType;
    const void* pNext;
    VkVideoEndCodingFlagsKHR flags;
} VkVideoEndCodingInfoKHR;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • flags is reserved for future use.

Valid Usage (Implicit)

VUID-VkVideoEndCodingInfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_VIDEO_END_CODING_INFO_KHR