MCPcopy
hub / github.com/processing/p5.js / filter

Method filter

src/webgpu/p5.RendererWebGPU.js:3991–3998  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

3989 }
3990
3991 filter(...args) {
3992 // If no custom framebuffer is active, promote to mainFramebuffer
3993 if (!this.activeFramebuffer()) {
3994 this._promoteToFramebuffer();
3995 }
3996
3997 return super.filter(...args);
3998 }
3999
4000
4001 baseFilterShader() {

Callers 5

generateExpressionFunction · 0.45
lightFunction · 0.45
hookEntryFunction · 0.45
generateExpressionFunction · 0.45
getShaderHookTypesMethod · 0.45

Calls 2

_promoteToFramebufferMethod · 0.95
activeFramebufferMethod · 0.80

Tested by

no test coverage detected