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