MCPcopy Create free account
hub / github.com/gre/gl-react / constructor

Method constructor

packages/tests/utils.js:334–337  ·  view source on GitHub ↗
(gl: WebGLRenderingContext)

Source from the content-addressed store, hash-verified

332 class Loader extends WebGLTextureLoader<typeof textureId> {
333 texture: ?Texture = null;
334 constructor(gl: WebGLRenderingContext) {
335 super(gl);
336 ++counters.constructor;
337 }
338 dispose() {
339 ++counters.dispose;
340 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected