MCPcopy
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
58class Framebuffer {

Callers 6

p5.Framebuffer.jsFile · 0.80
getTextureMethod · 0.80
_accumulateMipLevelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected