Structures

VkVideoSessionParametersUpdateInfoKHR

Structure specifying video session parameters update information

The VkVideoSessionParametersUpdateInfoKHR structure is defined as:

typedef struct VkVideoSessionParametersUpdateInfoKHR {
    VkStructureType sType;
    const void* pNext;
    uint32_t updateSequenceCount;
} VkVideoSessionParametersUpdateInfoKHR;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • updateSequenceCount is the new update sequence count to set for the video session parameters object.

Valid Usage (Implicit)

VUID-VkVideoSessionParametersUpdateInfoKHR-sType-sType

sType must be VK_STRUCTURE_TYPE_VIDEO_SESSION_PARAMETERS_UPDATE_INFO_KHR

VUID-VkVideoSessionParametersUpdateInfoKHR-sType-unique

The sType value of each struct in the pNext chain must be unique