* * @return {string}
()
| 790 | * @return {string} |
| 791 | */ |
| 792 | getFloatTacticDeclaration() { |
| 793 | const variablePrecision = this.getVariablePrecisionString(this.texSize, this.tactic); |
| 794 | return `precision ${variablePrecision} float;\n`; |
| 795 | } |
| 796 | |
| 797 | /** |
| 798 | * |
no test coverage detected