MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~TextureGL

Method ~TextureGL

Revive/TextureGL.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18TextureGL::~TextureGL()
19{
20 glDeleteFramebuffers(1, &Framebuffer);
21 glDeleteTextures(1, &Texture);
22}
23
24void TextureGL::ToVRTexture(vr::Texture_t& texture)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected