summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_manager.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-03 18:08:15 +0200
committerLioncash <mathew1800@gmail.com>2018-08-03 18:08:17 +0200
commit555d76d065ccc50a5e22f5a6e73a480e7998e6ca (patch)
tree676d388c5fd7fc630b2d79af50c7bac11677dd0b /src/video_core/renderer_opengl/gl_shader_manager.h
parentAdded ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) (diff)
downloadyuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.tar
yuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.tar.gz
yuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.tar.bz2
yuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.tar.lz
yuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.tar.xz
yuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.tar.zst
yuzu-555d76d065ccc50a5e22f5a6e73a480e7998e6ca.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_manager.h')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_manager.h b/src/video_core/renderer_opengl/gl_shader_manager.h
index 2214c348a..716933a0b 100644
--- a/src/video_core/renderer_opengl/gl_shader_manager.h
+++ b/src/video_core/renderer_opengl/gl_shader_manager.h
@@ -118,7 +118,7 @@ public:
return result;
}
- GLuint GetCurrentProgramStage(Maxwell3D::Regs::ShaderStage stage) {
+ GLuint GetCurrentProgramStage(Maxwell3D::Regs::ShaderStage stage) const {
switch (stage) {
case Maxwell3D::Regs::ShaderStage::Vertex:
return current.vs;