add missing frame counter

This commit is contained in:
FunkyFr3sh 2024-05-18 06:20:13 +02:00
parent 4d07b3d3e1
commit ec48aac4f9
2 changed files with 15 additions and 4 deletions

View file

@ -27,7 +27,8 @@ typedef struct OGLRENDERER
GLint main_vertex_coord_attr_loc;
GLuint main_vbos[3];
GLuint main_vao;
GLint frame_count_uni_loc;
GLint shader1_frame_count_uni_loc;
GLint shader2_frame_count_uni_loc;
GLuint frame_buffer_id[FBO_COUNT];
GLuint frame_buffer_tex_id[FBO_COUNT];
GLint shader1_tex_coord_attr_loc;