Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ post
Method
post
core/src/processing/opengl/PShapeOpenGL.java:5399–5405 ·
view source on GitHub ↗
(PGraphics g)
Source
from the content-addressed store, hash-verified
5397
5398
5399
@Override
5400
protected
void
post(PGraphics g) {
5401
if
(g instanceof PGraphicsOpenGL) {
5402
}
else
{
5403
super.post(g);
5404
}
5405
}
5406
5407
5408
@Override
Callers
1
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected