Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setHardcodeConstants
Method · 0.95
loaded
Function · 0.80
testMemoryOptimizedNumberTexture
Function · 0.80
testNumberTexture
Function · 0.80
testMixedNumberTexture
Function · 0.80
testUnsignedPrecisionArray
Function · 0.80
testSinglePrecisionArray
Function · 0.80
testUnsignedPrecisionMatrix
Function · 0.80
testSinglePrecisionMatrix
Function · 0.80
testUnsignedPrecisionInputMatrix
Function · 0.80
testSinglePrecisionInputMatrix
Function · 0.80
testPipelineDynamicArguments
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected