bindings/angle_instanced_arrays library

WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification

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

Classes

ANGLEInstancedArrays
The extension is part of the WebGL API and allows to draw the same object, or groups of similar objects multiple times, if they share the same vertex data, primitive count and type. WebGL extensions are available using the WebGLRenderingContext.getExtension() method. For more information, see also Using Extensions in the WebGL tutorial.