Structures
VkDisplayModeStereoPropertiesNV
Structure describing the stereo properties of a display mode
The VkDisplayModeStereoPropertiesNV structure is defined as:
typedef struct VkDisplayModeStereoPropertiesNV {
VkStructureType sType;
const void* pNext;
VkBool32 hdmi3DSupported;
} VkDisplayModeStereoPropertiesNV;
sTypeis a VkStructureType value identifying this structure.pNextisNULLor a pointer to a structure extending this structure.hdmi3DSupportedindicates whether this display mode can be used for a display surface configured forVK_DISPLAY_SURFACE_STEREO_TYPE_HDMI_3D_NV.
Valid Usage (Implicit)
VUID-VkDisplayModeStereoPropertiesNV-sType-sType
sType must be VK_STRUCTURE_TYPE_DISPLAY_MODE_STEREO_PROPERTIES_NV