Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ optimize-float-memory.js
File
optimize-float-memory.js
test/features/optimize-float-memory.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ assert, skip, test, module: describe, only } = require(
'qunit'
);
2
const
{ GPU, utils } = require(
'../../src'
);
3
4
describe(
'feature: optimizeFloatMemory'
);
Callers
nothing calls this directly
Calls
9
whenEnabledCallsCorrectRenderFunction
Function · 0.85
whenEnabledCallsCorrectRenderFunction2D
Function · 0.85
whenEnabledCallsCorrectRenderFunction3D
Function · 0.85
singlePrecision
Function · 0.85
float2DOutput
Function · 0.85
float3DOutput
Function · 0.85
floatPipelineOutput
Function · 0.85
floatPipeline2DOutput
Function · 0.85
floatPipeline3DOutput
Function · 0.85
Tested by
no test coverage detected