HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
gfx_system_globals.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "../utility/module.hpp"
7
8namespace hi::inline v1 {
9
10class gfx_system;
11
14inline unfair_recursive_mutex gfx_system_mutex;
15
16} // namespace hi::inline v1
DOXYGEN BUG.
Definition algorithm.hpp:13
unfair_recursive_mutex gfx_system_mutex
Global mutex for GUI elements, like gfx_system, gfx_device, Windows and Widgets.
Definition gfx_system_globals.hpp:14