MCPcopy
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
11func compareShaders(a, b Shader) bool {
12 return a == b
13}

Callers 1

UpdateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected