Include of glad.h needs to precede other GL includes, bump SGCT repo

This commit is contained in:
GPayne
2024-06-24 13:54:57 -06:00
parent b3a9a11205
commit a492e84ea6
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
#ifdef WIN32
#define GLFW_EXPOSE_NATIVE_WIN32
#endif
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <GLFW/glfw3native.h>
#include <sgct/clustermanager.h>