| 385 | return texture; |
| 386 | } |
| 387 | class FakeTextureLoader extends WebGLTextureLoader<FakeTexture> { |
| 388 | textures: Array<WebGLTexture>; |
| 389 | constructor(gl: WebGLRenderingContext) { |
| 390 | super(gl); |
nothing calls this directly
no outgoing calls
no test coverage detected