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

Method loadVertexShader

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

Source from the content-addressed store, hash-verified

1852
1853
1854 protected String[] loadVertexShader(String filename) {
1855 return sketch.loadStrings(filename);
1856 }
1857
1858
1859 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