summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_rasterizer_cache.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-10 02:54:04 +0200
committerLioncash <mathew1800@gmail.com>2018-08-10 02:55:41 +0200
commit0e1510ac2923eee590db38350ae7061c30516586 (patch)
tree68f309b26b7b996c3a9fe34163d4673aa9f4e490 /src/video_core/renderer_opengl/gl_rasterizer_cache.h
parentMerge pull request #997 from lioncash/const-func (diff)
downloadyuzu-0e1510ac2923eee590db38350ae7061c30516586.tar
yuzu-0e1510ac2923eee590db38350ae7061c30516586.tar.gz
yuzu-0e1510ac2923eee590db38350ae7061c30516586.tar.bz2
yuzu-0e1510ac2923eee590db38350ae7061c30516586.tar.lz
yuzu-0e1510ac2923eee590db38350ae7061c30516586.tar.xz
yuzu-0e1510ac2923eee590db38350ae7061c30516586.tar.zst
yuzu-0e1510ac2923eee590db38350ae7061c30516586.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/renderer_opengl/gl_rasterizer_cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer_cache.h b/src/video_core/renderer_opengl/gl_rasterizer_cache.h
index 26e2ee203..8a0ba64e8 100644
--- a/src/video_core/renderer_opengl/gl_rasterizer_cache.h
+++ b/src/video_core/renderer_opengl/gl_rasterizer_cache.h
@@ -634,8 +634,7 @@ public:
Surface GetTextureSurface(const Tegra::Texture::FullTextureInfo& config);
/// Get the color and depth surfaces based on the framebuffer configuration
- SurfaceSurfaceRect_Tuple GetFramebufferSurfaces(bool using_color_fb, bool using_depth_fb,
- const MathUtil::Rectangle<s32>& viewport);
+ SurfaceSurfaceRect_Tuple GetFramebufferSurfaces(bool using_color_fb, bool using_depth_fb);
/// Flushes the surface to Switch memory
void FlushSurface(const Surface& surface);