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

Method loadFragmentShader

core/src/processing/opengl/PGL.java:1903–1905  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

1901
1902
1903 protected String[] loadFragmentShader(String filename) {
1904 return sketch.loadStrings(filename);
1905 }
1906
1907
1908 protected String[] loadFragmentShader(URL url) {

Callers 5

PShaderMethod · 0.45
setFragmentShaderMethod · 0.45
getPolyShaderMethod · 0.45
getLineShaderMethod · 0.45
getPointShaderMethod · 0.45

Calls 3

loadStringsMethod · 0.95
showExceptionMethod · 0.95
getFileMethod · 0.80

Tested by

no test coverage detected