Structures
VkDisplayModeProperties2KHR
Structure describing an available display mode
The VkDisplayModeProperties2KHR structure is defined as:
typedef struct VkDisplayModeProperties2KHR {
VkStructureType sType;
void* pNext;
VkDisplayModePropertiesKHR displayModeProperties;
} VkDisplayModeProperties2KHR;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.displayModePropertiesis a VkDisplayModePropertiesKHR structure.
Valid Usage (Implicit)
VUID-VkDisplayModeProperties2KHR-sType-sType
sType must be VK_STRUCTURE_TYPE_DISPLAY_MODE_PROPERTIES_2_KHR
VUID-VkDisplayModeProperties2KHR-pNext-pNext
pNext must be NULL or a pointer to a valid instance of VkDisplayModeStereoPropertiesNV
VUID-VkDisplayModeProperties2KHR-sType-unique
The sType value of each structure in the pNext chain must be unique