MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ ~GlfwWindow()

MayaFlux::Core::GlfwWindow::~GlfwWindow ( )
override

Definition at line 71 of file GlfwWindow.cpp.

72{
73 if (m_window) {
74 glfwDestroyWindow(m_window);
77 }
78}
static void mark_window_destroyed()
Decrements the count of active GLFW windows.
static void terminate()
Terminates the GLFW library if initialized and no windows remain.

References m_window, MayaFlux::Core::GLFWSingleton::mark_window_destroyed(), and MayaFlux::Core::GLFWSingleton::terminate().

+ Here is the call graph for this function: