Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hasFragmentShader
Method
hasFragmentShader
core/src/processing/opengl/PShader.java:966–968 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
964
965
966
protected
boolean hasFragmentShader() {
967
return
fragmentShaderSource != null && 0 < fragmentShaderSource.length;
968
}
969
970
971
/**
Callers
1
compile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected