| 17 | |
| 18 | // A wrapper class for WebGL texture and its utility functions. |
| 19 | class GlTextureImpl { |
| 20 | constructor(gl, texture, width, height) { |
| 21 | this.gl_ = gl; |
| 22 | this.texture_ = texture; |
nothing calls this directly
no outgoing calls
no test coverage detected