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

Method ~CompositorGL

Revive/CompositorGL.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62CompositorGL::~CompositorGL()
63{
64 for (int i = 0; i < ovrEye_Count; i++)
65 vr::VRCompositor()->ReleaseSharedGLTexture(m_mirror[i].first, m_mirror[i].second);
66}
67
68TextureBase* CompositorGL::CreateTexture()
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected