add check for OpenGL Debug extension support (#498)
* Fix crash on Osx Arm * Check OpenGL extension support safely * Replace on cstring * Moved to Window.cpp and added extensions cache
This commit is contained in:
@@ -24,6 +24,7 @@ class Window {
|
||||
static CursorShape cursor;
|
||||
|
||||
static bool tryToMaximize(GLFWwindow* window, GLFWmonitor* monitor);
|
||||
static bool isGlExtensionSupported(const char *extension);
|
||||
public:
|
||||
static int posX;
|
||||
static int posY;
|
||||
|
||||
Reference in New Issue
Block a user