Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ HasContext
Method
HasContext
ZEngine/src/GlfwWindow/OpenGLWindow.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
bool OpenGLWindow::HasContext() const {
67
return m_context != nullptr;
68
}
69
70
void OpenGLWindow::CreateAndActiveContext() {
71
m_context = CreateContext(this);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected