drawBuffers method
The WebGL2RenderingContext.drawBuffers()
method of the
WebGL 2 API
defines draw buffers to which
fragment colors are written into. The draw buffer settings are part of the
state of the
currently bound framebuffer or the drawingbuffer if no framebuffer is
bound.
Implementation
external void drawBuffers(JSArray<JSNumber> buffers);