Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ANGLE_instanced_arrays

Package version

The ANGLE_instanced_arrays 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.

Hierarchy

  • ANGLE_instanced_arrays

Index

Properties

VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE

VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE: GLenum

Methods

drawArraysInstancedANGLE

  • Parameters

    Returns void

drawElementsInstancedANGLE

  • Parameters

    Returns void

vertexAttribDivisorANGLE

  • vertexAttribDivisorANGLE(index: GLuint, divisor: GLuint): void
  • Parameters

    Returns void

Generated using TypeDoc