import common code from another project

This commit is contained in:
2025-09-15 23:51:24 +02:00
parent e91c113471
commit e0f81ae2c5
9 changed files with 774 additions and 13 deletions
+1
View File
@@ -41,6 +41,7 @@ typedef struct ShaderProgram {
GLuint fragment_shaders[FRAG_COUNT];
GLuint itime_locations[FRAG_COUNT];
GLuint itempo_locations[FRAG_COUNT];
GLuint ires_locations[FRAG_COUNT];
GLuint frames_locations[FRAG_COUNT + 1][TEX_COUNT];
GLuint vpos_locations[FRAG_COUNT + 1];