Update glfw window hint to OpenGL 4.5

This commit is contained in:
Rick van Vonderen
2019-12-20 13:24:46 +01:00
parent e3ea8b58c5
commit 650538b9ea
+1 -1
View File
@@ -48,7 +48,7 @@ namespace Inferno {
// Set window properties
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 5);
glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE);
// glfwWindowHint(GLFW_RESIZABLE, GL_FALSE);