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

Method setConstantTypes

src/backend/kernel.js:513–516  ·  view source on GitHub ↗

* * @param {IKernelValueTypes} constantTypes * @return {this}

(constantTypes)

Source from the content-addressed store, hash-verified

511 * @return {this}
512 */
513 setConstantTypes(constantTypes) {
514 this.constantTypes = constantTypes;
515 return this;
516 }
517
518 /**
519 *

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected