Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ toArray
Method
toArray
src/backend/gl/texture/graphical.js:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
this.
type
=
'ArrayTexture(4)'
;
7
}
8
toArray() {
9
return
this.renderValues();
10
}
11
}
12
13
module.exports = {
Callers
nothing calls this directly
Calls
1
renderValues
Method · 0.45
Tested by
no test coverage detected