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

Method Shutdown

Revive/ProfileManager.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void ProfileManager::Shutdown()
88{
89 if (m_ProfileOverlay != vr::k_ulOverlayHandleInvalid)
90 vr::VROverlay()->DestroyOverlay(m_ProfileOverlay);
91 m_ProfileOverlay = vr::k_ulOverlayHandleInvalid;
92 SetTexture(nullptr);
93}
94
95bool ProfileManager::SetTexture(TextureBase* pTexture)
96{

Callers 1

ovr_ShutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected