| 60 | } |
| 61 | |
| 62 | CompositorGL::~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 | |
| 68 | TextureBase* CompositorGL::CreateTexture() |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected