Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ swapBuffers
Method
swapBuffers
core/src/processing/opengl/PJOGL.java:291–295 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
289
290
291
@Override
292
protected
void
swapBuffers() {
293
PSurfaceJOGL surf = (PSurfaceJOGL)sketch.getSurface();
294
surf.window.swapBuffers();
295
}
296
297
298
@Override
Callers
nothing calls this directly
Calls
1
getSurface
Method · 0.80
Tested by
no test coverage detected