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