WebGLIndexedBufferRenderer constructor
WebGLIndexedBufferRenderer(
- dynamic gl,
- WebGLExtensions extensions,
- WebGLInfo info,
- WebGLCapabilities capabilities,
Implementation
WebGLIndexedBufferRenderer(
this.gl, this.extensions, this.info, this.capabilities) {
isWebGL2 = capabilities.isWebGL2;
}