BackBufferType Enumeration (Microsoft.DirectX.Direct3D)
Defines constants that identify the type of back buffers in a swap chain.
Visual Basic Public Enum BackBufferType C# public enum BackBufferType C++ public enum class BackBufferType JScript public enum BackBufferType
Member Value Description Right 2 Not supported. Left 1 Not supported. Mono 0 Nonstereo swap chain (one or more nonstereo back buffers).
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.
Namespace Microsoft.DirectX.Direct3D Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) Strong Name Microsoft.DirectX.Direct3D, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show: