Note: This documentation is preliminary and is subject to change.
Defines constants that identify the type of back buffers in a swap chain.
Definition
Visual Basic .NET
Public Enum BackBufferType
C#
public enum BackBufferType
Managed C++
__value public enum BackBufferType
JScript .NET
public enum BackBufferType
Members
Member
Value
Description
Right
2
Not supported.
Left
1
Not supported.
Mono
0
Nonstereo swap chain (one or more nonstereo back buffers).
Remarks
In stereo view, a stereo pair contains both a right-eye and a left-eye view of a 3-D scene. Microsoft® DirectX® 9.0 does not support stereo view, so neither the Right nor the Left values of this enumerated type are supported.