internal size

This commit is contained in:
2025-09-20 19:06:30 +02:00
parent 66404d0df6
commit e4c9125c18
6 changed files with 35 additions and 31 deletions
+2
View File
@@ -16,6 +16,7 @@ typedef struct Parameters {
bool hot_reload;
float base_tempo;
bool demo;
unsigned int internal_size;
} Parameters;
typedef struct Vertex {
@@ -73,6 +74,7 @@ typedef GLFWwindow Window;
typedef struct Context {
int width;
int height;
unsigned int internal_size;
double time;
unsigned int fps;
float tempo;