Microsoft DirectX 8.1 (Visual Basic)

CONST_D3DBACKBUFFERTYPE

Defines constants that describe the type of back buffer.

Enum CONST_D3DBACKBUFFERTYPE
    D3DBACKBUFFER_TYPE_MONO  = 0
    D3DBACKBUFFER_TYPE_LEFT  = 1
    D3DBACKBUFFER_TYPE_RIGHT = 2
End Enum

Constants

D3DBACKBUFFER_TYPE_MONO
Specifies a nonstereo swap chain.
D3DBACKBUFFER_TYPE_LEFT
Specifies the left side of a stereo pair in a swap chain.
D3DBACKBUFFER_TYPE_RIGHT
Specifies the right side of a stereo pair in a swap chain.

Remarks

Note that stereo view in not supported in DirectX 8.0, so the D3DBACKBUFFER_TYPE_LEFT and D3DBACKBUFFER_TYPE_RIGHT values of this enumeration are not used by Direct3D.

See Also

Direct3DDevice8.GetBackBuffer, Direct3DSwapChain8.GetBackBuffer