mix stage

This commit is contained in:
2025-09-16 23:23:53 +02:00
parent 1fb48da6f8
commit 16128826a4
4 changed files with 35 additions and 13 deletions
+1 -2
View File
@@ -47,10 +47,9 @@ typedef struct ShaderProgram {
GLuint frames_locations[FRAG_COUNT + 1][TEX_COUNT];
GLuint sub_src_locations[FRAG_COUNT];
GLuint sub_src_indexes[FRAG_COUNT][SUB_COUNT];
GLuint sub_fx_locations[FRAG_COUNT];
GLuint sub_fx_indexes[FRAG_COUNT][SUB_COUNT];
GLuint sub_mix_indexes[FRAG_COUNT][2];
GLuint vpos_locations[FRAG_COUNT + 1];