summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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:
118 return result; 118 return result;
119 } 119 }
120 120
121 GLuint GetCurrentProgramStage(Maxwell3D::Regs::ShaderStage stage) { 121 GLuint GetCurrentProgramStage(Maxwell3D::Regs::ShaderStage stage) const {
122 switch (stage) { 122 switch (stage) {
123 case Maxwell3D::Regs::ShaderStage::Vertex: 123 case Maxwell3D::Regs::ShaderStage::Vertex:
124 return current.vs; 124 return current.vs;