downscale textures for monitor

This commit is contained in:
2025-09-21 02:05:32 +02:00
parent bb9cb7dd36
commit 4c61838665
9 changed files with 92 additions and 76 deletions
-2
View File
@@ -89,8 +89,6 @@ static void use_window(GLFWwindow *window) {
glfwMakeContextCurrent(window);
// link GLAD and GLFW window
gladLoadGL(glfwGetProcAddress);
// vsync
glfwSwapInterval(1);
}
void window_startup(void (*error_callback)(int, const char *)) {