Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ setup
Method
setup
src/backend/web-gl/kernel-value/array.js:27–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
setup() {
28
this.requestTexture();
29
this.setupTexture();
30
this.defineTexture();
31
}
32
33
requestTexture() {
34
this.texture = this.onRequestTexture();
Callers
nothing calls this directly
Calls
3
requestTexture
Method · 0.95
setupTexture
Method · 0.95
defineTexture
Method · 0.95
Tested by
no test coverage detected