Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ renderValues
Method
renderValues
src/backend/gl/texture/float.js:27–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
return
result;
26
}
27
renderValues() {
28
if
(this._deleted)
return
null;
29
return
this.renderRawOutput();
30
}
31
toArray() {
32
return
utils.erectFloat(this.renderValues(), this.output[0]);
33
}
Callers
15
toArray
Method · 0.95
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
toArray
Method · 0.45
Calls
1
renderRawOutput
Method · 0.95
Tested by
no test coverage detected