VkDisplayModeStereoPropertiesNV(3)
C Specification
The VkDisplayModeStereoPropertiesNV
structure is defined as:
// Provided by VK_NV_display_stereo
typedef struct VkDisplayModeStereoPropertiesNV {
VkStructureType sType;
const void* pNext;
VkBool32 hdmi3DSupported;
} VkDisplayModeStereoPropertiesNV;
Members
-
sType
is a VkStructureType value identifying this structure. -
pNext
isNULL
or a pointer to a structure extending this structure. -
hdmi3DSupported
indicates whether this display mode can be used for a display surface configured forVK_DISPLAY_SURFACE_STEREO_TYPE_HDMI_3D_NV
.
See Also
VK_NV_display_stereo, VkBool32
, VkStructureType
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.