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