|
|
|
|
MGL_stereoBufType
Declaration
typedef enum {
MGL_LEFT_BUFFER =
0x0000,
MGL_RIGHT_BUFFER =
0x8000
} MGL_stereoBufType
Prototype In
mgraph.h
Description
Defines the flags passed to MGL_setActivePage to let the MGL know which buffer you wish to draw to when running in stereo mode (ie: after a display device context created with MGL_createStereoDisplayDC). This value is logical 'or'ed with the page parameter to MGL_setActivePage.
Members
MGL_LEFT_BUFFER |
Draw to the left buffer in stereo modes |
MGL_RIGHT_BUFFER |
Draw to the right buffer in stereo modes |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com