MCPcopy Index your code
hub / github.com/processing/processing / getGLSLVersionSuffix

Method getGLSLVersionSuffix

core/src/processing/opengl/PJOGL.java:514–522  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512
513
514 @Override
515 protected String getGLSLVersionSuffix() {
516 VersionNumber vn = context.getGLSLVersionNumber();
517 if (context.isGLESProfile() && 1 < vn.getMajor()) {
518 return " es";
519 } else {
520 return "";
521 }
522 }
523
524
525 @Override

Callers 2

loadVertexShaderMethod · 0.95
loadFragmentShaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected