bindings/webgl_draw_buffers library
WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification
https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/
Classes
- WEBGLDrawBuffers
-
The extension is part of the WebGL API and enables a fragment
shader to write to several textures, which is useful for deferred
shading, for example.
WebGL extensions are available using the
WebGLRenderingContext.getExtension()
method. For more information, see also Using Extensions in the WebGL tutorial.