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

Method drawTarget

src/core/p5.Renderer3D.js:1121–1123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1119 }
1120
1121 drawTarget() {
1122 return this.activeFramebuffers[this.activeFramebuffers.length - 1] || this;
1123 }
1124
1125 beginClip(options = {}) {
1126 super.beginClip(options);

Callers 6

beginClipMethod · 0.95
_clearClipMethod · 0.95
p5.RendererGL.jsFile · 0.80
_shaderOptionsMethod · 0.80
setupShaderBindGroupsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected