MCPcopy
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.jsFile · 0.80
testArray1D2Function · 0.80
testArray1D3Function · 0.80
testArray1D4Function · 0.80
testArray2D2Function · 0.80
testArray2D3Function · 0.80
testArray2D4Function · 0.80
testArray3D2Function · 0.80
testArray3D3Function · 0.80
testArray3D4Function · 0.80
testModKernelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected