Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getGLSLVersion
Method
getGLSLVersion
core/src/processing/opengl/PJOGL.java:507–511 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
505
506
507
@Override
508
protected
int
getGLSLVersion() {
509
VersionNumber vn = context.getGLSLVersionNumber();
510
return
vn.getMajor() * 100 + vn.getMinor();
511
}
512
513
514
@Override
Callers
2
loadVertexShader
Method · 0.95
loadFragmentShader
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected