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

◆ mark_window_created()

static void MayaFlux::Core::GLFWSingleton::mark_window_created ( )
inlinestatic

Increments the count of active GLFW windows.

Should be called whenever a new GLFW window is created.

Definition at line 59 of file GlfwSingleton.hpp.

59{ s_window_count++; }
static uint32_t s_window_count
Number of currently active GLFW windows.

References s_window_count.

Referenced by MayaFlux::Core::GlfwWindow::GlfwWindow().

+ Here is the caller graph for this function: