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

Method setDynamicOutput

src/backend/kernel.js:630–633  ·  view source on GitHub ↗

* * @param flag * @return {this}

(flag)

Source from the content-addressed store, hash-verified

628 * @return {this}
629 */
630 setDynamicOutput(flag) {
631 this.dynamicOutput = flag;
632 return this;
633 }
634
635 /**
636 * @deprecated

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