diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-28 20:25:56 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-28 20:25:56 -0300 |
| commit | 3a44faff11892861cb7782750dd7e78079ec40bd (patch) | |
| tree | c55568060ca7b41acc05edd7559c4cdb0d01f015 /src/video_core/renderer_opengl/renderer_opengl.h | |
| parent | 75cc501d521842cd4e6d2dd4dcef8acb02bd250f (diff) | |
renderer_opengl: Use explicit binding for presentation shaders
Diffstat (limited to 'src/video_core/renderer_opengl/renderer_opengl.h')
| -rw-r--r-- | src/video_core/renderer_opengl/renderer_opengl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.h b/src/video_core/renderer_opengl/renderer_opengl.h index 6bb620a31..b56328a7f 100644 --- a/src/video_core/renderer_opengl/renderer_opengl.h +++ b/src/video_core/renderer_opengl/renderer_opengl.h @@ -104,14 +104,6 @@ private: /// OpenGL framebuffer data std::vector<u8> gl_framebuffer_data; - // Shader uniform location indices - GLuint uniform_modelview_matrix; - GLuint uniform_color_texture; - - // Shader attribute input indices - GLuint attrib_position; - GLuint attrib_tex_coord; - /// Used for transforming the framebuffer orientation Tegra::FramebufferConfig::TransformFlags framebuffer_transform_flags; Common::Rectangle<int> framebuffer_crop_rect; |
