set-draw-buffers ( buffers -- quot )


Vocabulary
opengl

Inputs
buffersA sequence of buffer words (e.g. GL_BACK, GL_COLOR_ATTACHMENT0)


Outputs
None

Word description
Wrapper for glDrawBuffers. Sets up the buffers named in the sequence for simultaneous drawing.

Definition