#92 allow shader upscale with vhack=true
This commit is contained in:
parent
39c62d6e7d
commit
c467b90e88
2 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue