The ANGLE_instanced_arrays.drawElementsInstancedANGLE()
method of the WebGL API renders primitives from array data like the gl.drawElements()
method. In addition, it can execute multiple instances of a set of elements.
Note: When using WebGL2
, this method is available as gl.drawElementsInstanced()
by default.