Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_getFragShaderArtifactMap
Method · 0.80
_getVertShaderArtifactMap
Method · 0.80
Calls
1
getVariablePrecisionString
Method · 0.95
Tested by
no test coverage detected