MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / HasContext

Method HasContext

ZEngine/src/SDL2Window/OpenGLWindow.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 bool OpenGLWindow::HasContext() const {
63 return m_context != nullptr;
64 }
65
66 void OpenGLWindow::CreateAndActiveContext() {
67 m_context = CreateContext(this);

Callers 1

InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected