Signature
Parameters
Variables | Description |
---|---|
mode |
Specifies up to four color buffers to be drawn into.
Symbolic constants
GL_NONE
,
GL_FRONT_LEFT
,
GL_FRONT_RIGHT
,
GL_BACK_LEFT
,
GL_BACK_RIGHT
,
GL_FRONT
,
GL_BACK
,
GL_LEFT
,
GL_RIGHT
, and
GL_FRONT_AND_BACK
are accepted.
The initial value is
GL_FRONT
for single-buffered contexts,
and
GL_BACK
for double-buffered contexts.
|
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.
glDrawBuffer