Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ create
Method
create
core/src/processing/opengl/PShader.java:908–911 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
906
907
908
protected
void
create() {
909
context = pgl.getCurrentContext();
910
glres =
new
GLResourceShader(this);
911
}
912
913
914
protected
boolean compile() {
Callers
2
init
Method · 0.95
initWindow
Method · 0.45
Calls
1
getCurrentContext
Method · 0.80
Tested by
no test coverage detected