Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/openvr
/ CleanupDriverContext
Function
CleanupDriverContext
headers/openvr_driver.h:4659–4663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4657
}
4658
4659
inline void CleanupDriverContext()
4660
{
4661
VRDriverContext() = nullptr;
4662
OpenVRInternal_ModuleServerDriverContext().Clear();
4663
}
4664
4665
#define VR_INIT_SERVER_DRIVER_CONTEXT( pContext ) \
4666
{ \
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected