This commit is contained in:
Rakarake 2026-02-24 15:57:27 +01:00
parent c3c39a77cd
commit e84950178f
3 changed files with 14 additions and 1 deletions

View file

@ -7,6 +7,8 @@ typedef struct Renderer {
char *shader_path;
unsigned int shader;
unsigned int vao;
/// The currently rendered frame.
unsigned int frame_nr;
struct stat shader_file_modified;
} Renderer;