Signature
Parameters
Variables | Description |
---|---|
buf |
For
glColorMaski
, specifies the index of the
draw buffer whose color mask to set.
|
red, green, blue, alpha |
Specify whether red, green, blue, and alpha are to be written
into the frame buffer.
The initial values are all
GL_TRUE
,
indicating that the color components are written.
|
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glColorMask