MCPcopy 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

requestTextureMethod · 0.95
setupTextureMethod · 0.95
defineTextureMethod · 0.95

Tested by

no test coverage detected