Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/EngoEngine/engo
/ compareShaders
Function
compareShaders
common/render_js.go:11–13 ·
view source on GitHub ↗
(a, b Shader)
Source
from the content-addressed store, hash-verified
9
}
10
11
func
compareShaders(a, b Shader) bool {
12
return
a == b
13
}
Callers
1
Update
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected