Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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