Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ hasFragmentShader
Method
hasFragmentShader
core/src/processing/opengl/PShader.java:975–977 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
973
974
975
protected
boolean hasFragmentShader() {
976
return
fragmentShaderSource != null && 0 < fragmentShaderSource.length;
977
}
978
979
980
protected
boolean compileVertexShader() {
Callers
1
compile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected