()
| 811 | } |
| 812 | |
| 813 | getSampler2DArrayTacticDeclaration() { |
| 814 | return `precision ${this.getVariablePrecisionString(this.texSize, this.tactic)} sampler2DArray;\n`; |
| 815 | } |
| 816 | |
| 817 | renderTexture() { |
| 818 | return this.immutable ? this.texture.clone() : this.texture; |
no test coverage detected