WebGLIndexedBufferRenderer constructor

WebGLIndexedBufferRenderer(
  1. dynamic gl,
  2. WebGLExtensions extensions,
  3. WebGLInfo info,
  4. WebGLCapabilities capabilities,
)

Implementation

WebGLIndexedBufferRenderer(this.gl, this.extensions, this.info, this.capabilities) {
  isWebGL2 = capabilities.isWebGL2;
}