Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreVR/Revive
/ GetContext
Method
GetContext
Revive/ProfileManager.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void* ProfileManager::GetContext()
83
{
84
return glfwGetWGLContext(m_ProfileWindow);
85
}
86
87
void ProfileManager::Shutdown()
88
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected