Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ update
Method
update
src/webgl/p5.Framebuffer.js:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
update() {
50
this.framebuffer._update(this.property);
51
}
52
53
rawTexture() {
54
return
{ texture: this.framebuffer[this.property] };
Callers
nothing calls this directly
Calls
1
_update
Method · 0.45
Tested by
no test coverage detected