Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ beginPGL
Method
beginPGL
core/src/processing/core/PGraphics.java:924–927 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
922
923
924
public
PGL beginPGL() {
925
showMethodWarning(
"beginGL"
);
926
return
null;
927
}
928
929
930
public
void
endPGL() {
Callers
nothing calls this directly
Calls
1
showMethodWarning
Method · 0.95
Tested by
no test coverage detected