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

Method loadVertexShader

core/src/processing/opengl/PJOGL.java:523–526  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

521
522
523 @Override
524 protected String[] loadVertexShader(String filename) {
525 return loadVertexShader(filename, getGLSLVersion(), getGLSLVersionSuffix());
526 }
527
528
529 @Override

Callers

nothing calls this directly

Calls 6

getGLSLVersionMethod · 0.95
getGLSLVersionSuffixMethod · 0.95
loadStringsMethod · 0.95
showExceptionMethod · 0.95
getFileMethod · 0.80

Tested by

no test coverage detected