MCPcopy Create free account
hub / github.com/gpujs/gpu.js / getFloatTacticDeclaration

Method getFloatTacticDeclaration

src/backend/gl/kernel.js:792–795  ·  view source on GitHub ↗

* * @return {string}

()

Source from the content-addressed store, hash-verified

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 *

Callers 2

Calls 1

Tested by

no test coverage detected