MCPcopy Index your code
hub / github.com/benfry/processing4 / getGLSLVersionSuffix

Method getGLSLVersionSuffix

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

Source from the content-addressed store, hash-verified

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

Callers 2

loadVertexShaderMethod · 0.95
loadFragmentShaderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected