Searched refs:global_ (Results 1 – 2 of 2) sorted by relevance
31 if (global_ == nullptr) { in GetGlobal()34 if (global_ == nullptr) { in GetGlobal()35 global_ = std::make_shared<GlfwRenderContext>(); in GetGlobal()39 return global_; in GetGlobal()
73 static inline std::shared_ptr<GlfwRenderContext> global_ = nullptr; variable