build: update OpenGL version to 4.6

This commit is contained in:
2026-03-08 11:37:25 +08:00
parent f3ff209823
commit 391e601438
3 changed files with 12587 additions and 1152 deletions

View File

@@ -295,7 +295,7 @@ int main() {
exit(EXIT_FAILURE);
}
glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 4);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3);
glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 6);
GLFWwindow* window = glfwCreateWindow(800, 600, "Cubed", NULL, NULL);
glfwMakeContextCurrent(window);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff