Whoopsie of major proportions

This commit is contained in:
offtkp 2024-07-31 05:01:38 +03:00
parent fa0df3a1e3
commit 95c5945289
2 changed files with 2 additions and 8 deletions

View file

@ -26,7 +26,6 @@ class GPU;
// Cached recompiled fragment shader
struct CachedProgram {
OpenGL::Program program {};
GLuint uboBinding = 0;
bool ready = false;
};