Including basic_data

This commit is contained in:
Pcornat 2025-06-06 17:16:32 +02:00
parent bc12874c80
commit b8c9268911
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD

View file

@ -1,7 +1,10 @@
#include "window.hpp"
#include <algorithm>
#include <GL/glew.h>
#include "basic_data.hpp"
static void internalFramebufferCallback([[maybe_unused]] GLFWwindow *glfWwindow, const int width, const int height) {
glViewport(0, 0, width, height);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);