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

Method get

src/webgpu/p5.RendererWebGPU.js:3986–3989  ·  view source on GitHub ↗
(x, y, w, h)

Source from the content-addressed store, hash-verified

3984 }
3985
3986 async get(x, y, w, h) {
3987 this._promoteToFramebuffer();
3988 return this.mainFramebuffer.get(x, y, w, h);
3989 }
3990
3991 filter(...args) {
3992 // If no custom framebuffer is active, promote to mainFramebuffer

Callers 4

generateExpressionFunction · 0.45
_initShaderMethod · 0.45
_finalizeShaderMethod · 0.45
getSamplerMethod · 0.45

Calls 1

_promoteToFramebufferMethod · 0.95

Tested by

no test coverage detected