MCPcopy Index your code
hub / github.com/gpujs/gpu.js / getIntTacticDeclaration

Method getIntTacticDeclaration

src/backend/gl/kernel.js:801–803  ·  view source on GitHub ↗

* * @return {string}

()

Source from the content-addressed store, hash-verified

799 * @return {string}
800 */
801 getIntTacticDeclaration() {
802 return `precision ${this.getVariablePrecisionString(this.texSize, this.tactic, true)} int;\n`;
803 }
804
805 /**
806 *

Callers 2

Calls 1

Tested by

no test coverage detected