MCPcopy 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
57func (t *Texture) Unbind() {
58 gl.BindTexture(gl.TEXTURE_2D, 0)
59}
60
61func (t *Texture) Lookup(path string) (x, y, dx, dy float32) {
62 if index, ok := t.lookup[path]; ok {

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected