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

Class

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

Source from the content-addressed store, hash-verified

385 return texture;
386}
387class FakeTextureLoader extends WebGLTextureLoader<FakeTexture> {
388 textures: Array<WebGLTexture>;
389 constructor(gl: WebGLRenderingContext) {
390 super(gl);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected