MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / ~OpenGLWindow

Method ~OpenGLWindow

ZEngine/src/SDL2Window/OpenGLWindow.cpp:213–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 OpenGLWindow::~OpenGLWindow()
214 {
215 delete m_context;
216
217 SDL_DestroyWindow(m_native_window);
218 SDL_Quit();
219 }
220
221 bool OpenGLWindow::OnWindowClosed(WindowClosedEvent& event)
222 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected