MCPcopy 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

testMixedNumberTextureFunction · 0.80
getOffKernelFunction · 0.80
getOnKernelFunction · 0.80
wrongCanvasSizeOptimizedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected