4namespace hi {
inline namespace v1 {
6inline gfx_system::~gfx_system()
8 hilet
lock = std::scoped_lock(gfx_system_mutex);
10 intrinsic.destroy(debugUtilsMessager,
nullptr, loader());
14[[
nodiscard]]
inline gfx_system& gfx_system::global()
17 _global = std::make_unique<gfx_system>();
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377