WebGLObjects constructor

WebGLObjects(
  1. dynamic gl,
  2. WebGLGeometries geometries,
  3. WebGLAttributes attributes,
  4. WebGLInfo info,
)

Implementation

WebGLObjects(this.gl, this.geometries, this.attributes, this.info);