()
| 419 | } |
| 420 | |
| 421 | createTexture() { |
| 422 | const texture = this.context.createTexture(); |
| 423 | this.textureCache.push(texture); |
| 424 | return texture; |
| 425 | } |
| 426 | |
| 427 | setupConstants(args) { |
| 428 | const { context: gl } = this; |
no outgoing calls
no test coverage detected