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

Function ovr_Shutdown

Revive/REV_CAPI.cpp:138–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138OVR_PUBLIC_FUNCTION(void) ovr_Shutdown()
139{
140#if MICROPROFILE_ENABLED
141 g_ProfileManager.Shutdown();
142#endif
143
144 g_Sessions.clear();
145 vr::VR_Shutdown();
146 MicroProfileShutdown();
147 g_InitError = vr::VRInitError_Init_NotInitialized;
148}
149
150OVR_PUBLIC_FUNCTION(void) ovr_GetLastErrorInfo(ovrErrorInfo* errorInfo)
151{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
ShutdownMethod · 0.45

Tested by

no test coverage detected