Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gpujs/gpu.js
/ setConstants
Method
setConstants
src/backend/kernel.js:503–506 ·
view source on GitHub ↗
* @desc Set Constants * @return {this}
(constants)
Source
from the content-addressed store, hash-verified
501
* @
return
{this}
502
*/
503
setConstants(constants) {
504
this.constants = constants;
505
return
this;
506
}
507
508
/**
509
*
Callers
15
benchmark.js
File · 0.80
testArray1D2
Function · 0.80
testArray1D3
Function · 0.80
testArray1D4
Function · 0.80
testArray2D2
Function · 0.80
testArray2D3
Function · 0.80
testArray2D4
Function · 0.80
testArray3D2
Function · 0.80
testArray3D3
Function · 0.80
testArray3D4
Function · 0.80
testModKernel
Function · 0.80
testOnlyFirstIterationSafari
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected