Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
PShader
Method · 0.45
setVertexShader
Method · 0.45
loadShader
Method · 0.45
getPolyShader
Method · 0.45
getLineShader
Method · 0.45
getPointShader
Method · 0.45
Calls
3
loadStrings
Method · 0.95
showException
Method · 0.95
getFile
Method · 0.80
Tested by
no test coverage detected