DirectX SDK

CONST_DDSTEREOCAPSFLAGS

The CONST_DDSTEREOCAPSFLAGS enumeration is used by the lSVCaps member of the DDCAPS type to describe stereo-vision capabilities.

Enum CONST_DDSTEREOCAPSFLAGS
    DDSVCAPS_ENIGMA  = 1
    DDSVCAPS_FLICKER = 2
    DDSVCAPS_REDBLUE = 4
    DDSVCAPS_SPLIT   = 8
    DDSVCAPS_STEREOSEQUENTIAL = 16
End Enum
DDSVCAPS_ENIGMA
The stereo view is accomplished using Enigma encoding.
DDSVCAPS_FLICKER
The stereo view is accomplished using high-frequency flickering.
DDSVCAPS_REDBLUE
The stereo view is accomplished when the viewer looks at the image through red and blue filters placed over the left and right eyes. All images must adapt their color spaces for this process.
DDSVCAPS_SPLIT
The stereo view is accomplished with split-screen technology.
DDSVCAPS_STEREOSEQUENTIAL
The driver can do stereo in at least one mode other than the current mode. The application can use DirectDraw7.GetDisplayMode or DirectDraw7.GetDisplayModesEnum to get per-mode stereo information.