diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_shader_decompiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp index 4c380677d..6d4658c8b 100644 --- a/src/video_core/renderer_opengl/gl_shader_decompiler.cpp +++ b/src/video_core/renderer_opengl/gl_shader_decompiler.cpp | |||
| @@ -371,7 +371,7 @@ private: | |||
| 371 | location += GENERIC_VARYING_START_LOCATION; | 371 | location += GENERIC_VARYING_START_LOCATION; |
| 372 | } | 372 | } |
| 373 | 373 | ||
| 374 | code.AddLine("layout (location = {}) {} in vec4 {};", name, location, suffix, name); | 374 | code.AddLine("layout (location = {}) {} in vec4 {};", location, suffix, name); |
| 375 | } | 375 | } |
| 376 | 376 | ||
| 377 | void DeclareOutputAttributes() { | 377 | void DeclareOutputAttributes() { |