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

Method loadFragmentShader

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

Source from the content-addressed store, hash-verified

529
530
531 @Override
532 protected String[] loadFragmentShader(String filename) {
533 return loadFragmentShader(filename, getGLSLVersion(), getGLSLVersionSuffix());
534 }
535
536
537 @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