Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ loadFragmentShader
Method
loadFragmentShader
core/src/processing/opengl/PGL.java:1903–1905 ·
view source on GitHub ↗
(String filename)
Source
from the content-addressed store, hash-verified
1901
1902
1903
protected
String[] loadFragmentShader(String filename) {
1904
return
sketch.loadStrings(filename);
1905
}
1906
1907
1908
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