MCPcopy Create free account
hub / github.com/gpujs/gpu.js / requestTexture

Method requestTexture

src/backend/web-gl/kernel-value/array.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 requestTexture() {
34 this.texture = this.onRequestTexture();
35 }
36
37 defineTexture() {
38 const { context: gl } = this;

Callers 1

setupMethod · 0.95

Calls 1

onRequestTextureMethod · 0.80

Tested by

no test coverage detected