Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ beginPGL
Method
beginPGL
core/src/processing/core/PGraphics.java:897–900 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
895
896
897
public
PGL beginPGL() {
898
showMethodWarning(
"beginGL"
);
899
return
null;
900
}
901
902
903
public
void
endPGL() {
Callers
nothing calls this directly
Calls
1
showMethodWarning
Method · 0.95
Tested by
no test coverage detected