Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
PShader
Method · 0.45
setFragmentShader
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