MCPcopy Create free account
hub / github.com/LibreVR/Revive / DeleteSharedTextureGL

Method DeleteSharedTextureGL

Revive/TextureGL.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void TextureGL::DeleteSharedTextureGL(unsigned int name)
149{
150 glDeleteTextures(1, &name);
151}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected