Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KTStephano/StratusGFX
/ GetWindowObject
Method
GetWindowObject
Source/Engine/StratusWindow.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void * Window::GetWindowObject() const {
164
auto sl = std::shared_lock<std::shared_mutex>(m_);
165
return (void *)window_;
166
}
167
}
Callers
3
Initialize
Method · 0.80
MakeContextCurrent
Method · 0.80
SwapBuffers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected