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