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

Method loadVertexShader

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

Source from the content-addressed store, hash-verified

1896
1897
1898 protected String[] loadVertexShader(String filename) {
1899 return sketch.loadStrings(filename);
1900 }
1901
1902
1903 protected String[] loadFragmentShader(String filename) {

Callers 6

PShaderMethod · 0.45
setVertexShaderMethod · 0.45
loadShaderMethod · 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