* * @return {string}
()
| 807 | * @return {string} |
| 808 | */ |
| 809 | getSampler2DTacticDeclaration() { |
| 810 | return `precision ${this.getVariablePrecisionString(this.texSize, this.tactic)} sampler2D;\n`; |
| 811 | } |
| 812 | |
| 813 | getSampler2DArrayTacticDeclaration() { |
| 814 | return `precision ${this.getVariablePrecisionString(this.texSize, this.tactic)} sampler2DArray;\n`; |
no test coverage detected