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

Class

packages/tests/utils.js:332–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 return delay(50); // FIXME this is a hack.
331 }
332 class Loader extends WebGLTextureLoader<typeof textureId> {
333 texture: ?Texture = null;
334 constructor(gl: WebGLRenderingContext) {
335 super(gl);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected