MCPcopy Index your code
hub / github.com/processing/p5.js / _updateTexture

Method _updateTexture

src/webgpu/p5.RendererWebGPU.js:2431–2433  ·  view source on GitHub ↗
(uniform, tex)

Source from the content-addressed store, hash-verified

2429 }
2430
2431 _updateTexture(uniform, tex) {
2432 tex.update();
2433 }
2434
2435 bindTexture(tex) {}
2436 unbindTexture(tex) {}

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected