Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ setOptimizeFloatMemory
Method
setOptimizeFloatMemory
src/backend/kernel.js:432–435 ·
view source on GitHub ↗
* * @param flag * @return {this}
(flag)
Source
from the content-addressed store, hash-verified
430
* @
return
{this}
431
*/
432
setOptimizeFloatMemory(flag) {
433
this.optimizeFloatMemory = flag;
434
return
this;
435
}
436
437
/**
438
*
Callers
6
testMemoryOptimizedNumberTexture
Function · 0.80
testMixedNumberTexture
Function · 0.80
getOffKernel
Function · 0.80
getOnKernel
Function · 0.80
wrongCanvasSizeOptimized
Function · 0.80
wrongCanvasSizeUnoptimized
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected