Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ copyColor
Method
copyColor
core/src/processing/opengl/FrameBuffer.java:166–168 ·
view source on GitHub ↗
(FrameBuffer dest)
Source
from the content-addressed store, hash-verified
164
}
165
166
public
void
copyColor(FrameBuffer dest) {
167
copy(dest, PGL.COLOR_BUFFER_BIT);
168
}
169
170
public
void
copyDepth(FrameBuffer dest) {
171
copy(dest, PGL.DEPTH_BUFFER_BIT);
Callers
2
loadTexture
Method · 0.95
endOffscreenDraw
Method · 0.95
Calls
1
copy
Method · 0.95
Tested by
no test coverage detected