mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 04:49:14 +12:00
More whoopsies???!?
This commit is contained in:
parent
5e0fceef63
commit
f49a101170
4 changed files with 5 additions and 7 deletions
|
@ -25,7 +25,7 @@ class GPU;
|
|||
|
||||
// Cached recompiled fragment shader
|
||||
struct CachedProgram {
|
||||
OpenGL::Program program;
|
||||
OpenGL::Program program {};
|
||||
GLuint uboBinding = 0;
|
||||
bool ready = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue