Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ copyStencil
Method
copyStencil
core/src/processing/opengl/FrameBuffer.java:174–176 ·
view source on GitHub ↗
(FrameBuffer dest)
Source
from the content-addressed store, hash-verified
172
}
173
174
public
void
copyStencil(FrameBuffer dest) {
175
copy(dest, PGL.STENCIL_BUFFER_BIT);
176
}
177
178
public
void
copy(FrameBuffer dest,
int
mask) {
179
pgl.bindFramebufferImpl(PGL.READ_FRAMEBUFFER, this.glFbo);
Callers
nothing calls this directly
Calls
1
copy
Method · 0.95
Tested by
no test coverage detected