Defines constants that describe the type of back buffer.
typedef enum D3DBACKBUFFER_TYPE { D3DBACKBUFFER_TYPE_MONO = 0, D3DBACKBUFFER_TYPE_LEFT = 1, D3DBACKBUFFER_TYPE_RIGHT = 2, D3DBACKBUFFER_TYPE_FORCE_DWORD = 0x7fffffff, } D3DBACKBUFFER_TYPE, *LPD3DBACKBUFFER_TYPE;
Direct3D 9 does not support stereo view, so Direct3D does not use the D3DBACKBUFFER_TYPE_LEFT and D3DBACKBUFFER_TYPE_RIGHT values of this enumerated type.
IDirect3DDevice9::GetBackBuffer, IDirect3DSwapChain9::GetBackBuffer