Definition DodoContext.hpp:15
Definition GLFWContext.hpp:19
bool _ownsContext
Definition GLFWContext.hpp:22
GLFWContext & operator=(const GLFWContext &other)=delete
~GLFWContext()
Definition GLFWContext.cpp:29
static bool _initialized
Definition GLFWContext.hpp:21
GLFWContext(const GLFWContext &other)=delete
static auto createContext() -> std::expected< GLFWContext, std::string >
Definition GLFWContext.cpp:11