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;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • hdmi3DSupported indicates whether this display mode can be used for a display surface configured for VK_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