bindings/webgl_multi_draw library

WebGL WEBGL_multi_draw Extension Specification

https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/

Classes

WEBGLMultiDraw
The extension is part of the WebGL API and allows to render more than one primitive with a single function call. This can improve a WebGL application's performance as it reduces binding costs in the renderer and speeds up GPU thread time with uniform data.