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

◆ destroy()

void MayaFlux::Core::GlfwWindow::destroy ( )
overridevirtual

Destroy the window and release resources.

Implements MayaFlux::Core::Window.

Definition at line 76 of file GlfwWindow.cpp.

77{
78 if (m_window) {
79 glfwDestroyWindow(m_window);
81 m_window = nullptr;
82 }
83}
static void mark_window_destroyed()
Decrements the count of active GLFW windows.

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

Referenced by ~GlfwWindow().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: