#92 allow shader upscale with vhack=true

This commit is contained in:
FunkyFr3sh 2021-05-15 02:36:05 +02:00
parent 39c62d6e7d
commit c467b90e88
2 changed files with 12 additions and 11 deletions

View file

@ -28,6 +28,7 @@ typedef struct ogl_renderer
GLint frame_count_uni_loc;
GLuint frame_buffer_id;
GLuint frame_buffer_tex_id;
GLint scale_tex_coord_attr_loc;
GLuint scale_vbos[3];
GLuint scale_vao;
BOOL use_opengl;