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

Method setDynamicArguments

src/backend/kernel.js:652–655  ·  view source on GitHub ↗

* * @param flag * @return {this}

(flag)

Source from the content-addressed store, hash-verified

650 * @return {this}
651 */
652 setDynamicArguments(flag) {
653 this.dynamicArguments = flag;
654 return this;
655 }
656
657 /**
658 * @param {Boolean} flag

Callers 12

setHardcodeConstantsMethod · 0.95
loadedFunction · 0.80
testNumberTextureFunction · 0.80
testMixedNumberTextureFunction · 0.80
testSinglePrecisionArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected