Structures

VkDisplaySurfaceStereoCreateInfoNV

Structure specifying stereo parameters of a newly created display plane surface object

The VkDisplaySurfaceStereoCreateInfoNV structure is defined as:

typedef struct VkDisplaySurfaceStereoCreateInfoNV {
    VkStructureType sType;
    const void* pNext;
    VkDisplaySurfaceStereoTypeNV stereoType;
} VkDisplaySurfaceStereoCreateInfoNV;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • stereoType is a VkDisplaySurfaceStereoTypeNV value specifying the type of 3D stereo presentation the display will be configured for.

Valid Usage (Implicit)

VUID-VkDisplaySurfaceStereoCreateInfoNV-sType-sType

sType must be VK_STRUCTURE_TYPE_DISPLAY_SURFACE_STEREO_CREATE_INFO_NV