Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/nes
/ Unbind
Method
Unbind
ui/texture.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(t *Texture) Unbind() {
58
gl.BindTexture(gl.TEXTURE_2D, 0)
59
}
60
61
func
(t *Texture) Lookup(path string) (x, y, dx, dy float32) {
62
if
index, ok := t.lookup[path]; ok {
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected