Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/processing/p5.js
/ rawTexture
Method
rawTexture
src/webgl/p5.Framebuffer.js:53–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
rawTexture() {
54
return
{ texture: this.framebuffer[this.property] };
55
}
56
}
57
58
class
Framebuffer {
Callers
6
p5.Framebuffer.js
File · 0.80
_getTextureDataFromSource
Method · 0.80
getTexture
Method · 0.80
_deleteFramebufferTexture
Method · 0.80
_deleteFramebufferTexture
Method · 0.80
_accumulateMipLevel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected