state outside shaders

This commit is contained in:
2025-09-19 15:05:58 +02:00
parent ca38997fdc
commit 9137a95a71
3 changed files with 15 additions and 11 deletions
+1 -2
View File
@@ -6,8 +6,6 @@
#include <sys/time.h>
#include <time.h>
#include "config.h"
#ifndef TYPES_H
#define TYPES_H
@@ -74,6 +72,7 @@ typedef struct Context {
double time;
unsigned int fps;
float tempo;
unsigned int *sub_state;
} Context;
typedef struct Timer {