diff options
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_instructions.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h index e7009d8e9..89ded3614 100644 --- a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h +++ b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | |||
| @@ -75,7 +75,7 @@ void EmitSetAttribute(EmitContext& ctx, IR::Attribute attr, std::string_view val | |||
| 75 | void EmitGetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view vertex); | 75 | void EmitGetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view vertex); |
| 76 | void EmitSetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view value, | 76 | void EmitSetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view value, |
| 77 | std::string_view vertex); | 77 | std::string_view vertex); |
| 78 | void EmitGetPatch(EmitContext& ctx, IR::Patch patch); | 78 | void EmitGetPatch(EmitContext& ctx, IR::Inst& inst, IR::Patch patch); |
| 79 | void EmitSetPatch(EmitContext& ctx, IR::Patch patch, std::string_view value); | 79 | void EmitSetPatch(EmitContext& ctx, IR::Patch patch, std::string_view value); |
| 80 | void EmitSetFragColor(EmitContext& ctx, u32 index, u32 component, std::string_view value); | 80 | void EmitSetFragColor(EmitContext& ctx, u32 index, u32 component, std::string_view value); |
| 81 | void EmitSetSampleMask(EmitContext& ctx, std::string_view value); | 81 | void EmitSetSampleMask(EmitContext& ctx, std::string_view value); |