summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_instructions.h')
-rw-r--r--src/shader_recompiler/backend/glsl/emit_glsl_instructions.h2
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
75void EmitGetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view vertex); 75void EmitGetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view vertex);
76void EmitSetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view value, 76void EmitSetAttributeIndexed(EmitContext& ctx, std::string_view offset, std::string_view value,
77 std::string_view vertex); 77 std::string_view vertex);
78void EmitGetPatch(EmitContext& ctx, IR::Patch patch); 78void EmitGetPatch(EmitContext& ctx, IR::Inst& inst, IR::Patch patch);
79void EmitSetPatch(EmitContext& ctx, IR::Patch patch, std::string_view value); 79void EmitSetPatch(EmitContext& ctx, IR::Patch patch, std::string_view value);
80void EmitSetFragColor(EmitContext& ctx, u32 index, u32 component, std::string_view value); 80void EmitSetFragColor(EmitContext& ctx, u32 index, u32 component, std::string_view value);
81void EmitSetSampleMask(EmitContext& ctx, std::string_view value); 81void EmitSetSampleMask(EmitContext& ctx, std::string_view value);