summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
diff options
context:
space:
mode:
authorGravatar ameerj2021-06-11 00:33:33 -0400
committerGravatar ameerj2021-07-22 21:51:38 -0400
commit4759db28d0b98c79f9a630b63ba13c4cd0df9109 (patch)
tree3cc20c600bf0733f464e3c844688b1cef766e191 /src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
parentglsl: Reorganize backend code, remove unneeded [[maybe_unused]] (diff)
downloadyuzu-4759db28d0b98c79f9a630b63ba13c4cd0df9109.tar.gz
yuzu-4759db28d0b98c79f9a630b63ba13c4cd0df9109.tar.xz
yuzu-4759db28d0b98c79f9a630b63ba13c4cd0df9109.zip
glsl: Address Rodrigo's feedback
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 1257575c0..0c717664f 100644
--- a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
+++ b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
@@ -31,7 +31,7 @@ void EmitConditionRef(EmitContext& ctx, IR::Inst& inst, const IR::Value& value);
31void EmitReference(EmitContext& ctx, const IR::Value& value); 31void EmitReference(EmitContext& ctx, const IR::Value& value);
32void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value); 32void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value);
33void EmitJoin(EmitContext& ctx); 33void EmitJoin(EmitContext& ctx);
34void EmitDemoteToHelperInvocation(EmitContext& ctx, std::string_view continue_label); 34void EmitDemoteToHelperInvocation(EmitContext& ctx);
35void EmitBarrier(EmitContext& ctx); 35void EmitBarrier(EmitContext& ctx);
36void EmitWorkgroupMemoryBarrier(EmitContext& ctx); 36void EmitWorkgroupMemoryBarrier(EmitContext& ctx);
37void EmitDeviceMemoryBarrier(EmitContext& ctx); 37void EmitDeviceMemoryBarrier(EmitContext& ctx);