#include <mtypes.h>
Data Fields | |
| GLuint | ClearIndex |
| Index to use for glClear. More... | |
| GLclampf | ClearColor [4] |
| Color to use for glClear. More... | |
| GLuint | IndexMask |
| Color index write mask. More... | |
| GLubyte | ColorMask [4] |
| Each flag is 0xff or 0x0. More... | |
| GLenum | DrawBuffer |
| Which buffer to draw into. More... | |
| GLbitfield | _DrawDestMask |
| bitmask of DD_*_BIT bits. More... | |
| GLboolean | DitherFlag |
| Dither enable flag. More... | |
alpha testing | |
| GLboolean | AlphaEnabled |
| Alpha test enabled flag. More... | |
| GLenum | AlphaFunc |
| Alpha test function. More... | |
| GLclampf | AlphaRef |
| Alpha reference value. More... | |
Blending | |
| GLboolean | BlendEnabled |
| Blending enabled flag. More... | |
| GLenum | BlendSrcRGB |
| Blending source operator. More... | |
| GLenum | BlendDstRGB |
| Blending destination operator. More... | |
| GLenum | BlendSrcA |
| GL_INGR_blend_func_separate. More... | |
| GLenum | BlendDstA |
| GL_INGR_blend_func_separate. More... | |
| GLenum | BlendEquationRGB |
| Blending equation. More... | |
| GLenum | BlendEquationA |
| GL_EXT_blend_equation_separate. More... | |
| GLfloat | BlendColor [4] |
| Blending color. More... | |
Logic op | |
| GLenum | LogicOp |
| Logic operator. More... | |
| GLboolean | IndexLogicOpEnabled |
| Color index logic op enabled flag. More... | |
| GLboolean | ColorLogicOpEnabled |
| RGBA logic op enabled flag. More... | |
| GLboolean | _LogicOpEnabled |
| RGBA logic op + EXT_blend_logic_op enabled flag. More... | |
|
|
bitmask of DD_*_BIT bits.
|
|
|
RGBA logic op + EXT_blend_logic_op enabled flag.
|
|
|
Alpha test enabled flag.
|
|
|
Alpha test function.
|
|
|
Alpha reference value.
|
|
|
Blending color.
|
|
|
GL_INGR_blend_func_separate.
|
|
|
Blending destination operator.
|
|
|
Blending enabled flag.
|
|
|
GL_EXT_blend_equation_separate.
|
|
|
Blending equation.
|
|
|
GL_INGR_blend_func_separate.
|
|
|
Blending source operator.
|
|
|
Color to use for glClear.
|
|
|
Index to use for glClear.
|
|
|
RGBA logic op enabled flag.
|
|
|
Each flag is 0xff or 0x0.
|
|
|
Dither enable flag.
|
|
|
Which buffer to draw into.
|
|
|
Color index logic op enabled flag.
|
|
|
Color index write mask.
|
|
|
Logic operator.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001