Microsoft DirectX 8.1 (Visual Basic) |
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
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.
Direct3DDevice8.GetBackBuffer, Direct3DSwapChain8.GetBackBuffer