Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ post
Method
post
core/src/processing/opengl/PShapeOpenGL.java:4821–4827 ·
view source on GitHub ↗
(PGraphics g)
Source
from the content-addressed store, hash-verified
4819
4820
4821
@Override
4822
protected
void
post(PGraphics g) {
4823
if
(g instanceof PGraphicsOpenGL) {
4824
}
else
{
4825
super.post(g);
4826
}
4827
}
4828
4829
4830
@Override
Callers
1
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected