diff options
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl.cpp')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_glsl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_glsl.cpp b/src/shader_recompiler/backend/glsl/emit_glsl.cpp index 5867a04ab..32c4f1da2 100644 --- a/src/shader_recompiler/backend/glsl/emit_glsl.cpp +++ b/src/shader_recompiler/backend/glsl/emit_glsl.cpp | |||
| @@ -227,7 +227,7 @@ std::string EmitGLSL(const Profile& profile, const RuntimeInfo& runtime_info, IR | |||
| 227 | ctx.header += "void main(){\n"; | 227 | ctx.header += "void main(){\n"; |
| 228 | DefineVariables(ctx, ctx.header); | 228 | DefineVariables(ctx, ctx.header); |
| 229 | if (ctx.uses_cc_carry) { | 229 | if (ctx.uses_cc_carry) { |
| 230 | ctx.header += "uint carry;uint iadd_op_b;"; | 230 | ctx.header += "uint carry;"; |
| 231 | } | 231 | } |
| 232 | if (program.info.uses_subgroup_shuffles) { | 232 | if (program.info.uses_subgroup_shuffles) { |
| 233 | ctx.header += "bool shfl_in_bounds;"; | 233 | ctx.header += "bool shfl_in_bounds;"; |