Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
beginClip
Method · 0.95
_clearClip
Method · 0.95
p5.RendererGL.js
File · 0.80
_applyStencilTestIfClipping
Method · 0.80
_shaderOptions
Method · 0.80
setupShaderBindGroups
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected