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

Method loadVertexShader

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

Source from the content-addressed store, hash-verified

523
524
525 @Override
526 protected String[] loadVertexShader(String filename) {
527 return loadVertexShader(filename, getGLSLVersion(), getGLSLVersionSuffix());
528 }
529
530
531 @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