random seed

This commit is contained in:
2025-09-20 18:24:20 +02:00
parent 125c8fb324
commit 66404d0df6
12 changed files with 118 additions and 110 deletions
+2
View File
@@ -57,6 +57,7 @@ typedef struct ShaderProgram {
GLuint *ifps_locations;
GLuint *ires_locations;
GLuint *idemo_locations;
GLuint *iseed_locations;
GLuint *vpos_locations;
@@ -77,6 +78,7 @@ typedef struct Context {
float tempo;
unsigned int *sub_state;
bool demo;
unsigned int *seeds;
} Context;
typedef struct Timer {