()
| 288 | } |
| 289 | |
| 290 | getTexture() { |
| 291 | if (this.isFramebufferTexture) { |
| 292 | return this.src.rawTexture(); |
| 293 | } else { |
| 294 | return this.textureHandle; |
| 295 | } |
| 296 | } |
| 297 | |
| 298 | getSampler() { |
| 299 | return this._renderer.getSampler(this); |
no test coverage detected