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

Method loadFragmentShader

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

Source from the content-addressed store, hash-verified

1857
1858
1859 protected String[] loadFragmentShader(String filename) {
1860 return sketch.loadStrings(filename);
1861 }
1862
1863
1864 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