MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / unbind

Method unbind

Source/Texture/Texture.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void Basic_Texture::unbind() const
58 {
59 glBindTexture(GL_TEXTURE_2D, 0);
60 }
61
62
63}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected