Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines constants that describe the type of back buffer.
typedef enum _D3DMBACKBUFFER_TYPE { D3DMBACKBUFFER_TYPE_MONO = 0, D3DMBACKBUFFER_TYPE_FORCE_DWORD = 0x7fffffff,} D3DMBACKBUFFER_TYPE;
Elements
- D3DMBACKBUFFER_TYPE_MONO
Specifies a non-stereo swap chain. - D3DMBACKBUFFER_TYPE_FORCE_DWORD
Forces the compiler to interpret the enumeration as a ULONG value. This value is not used directly in Direct3D Mobile programming.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.
See Also
Send Feedback on this topic to the authors