diff options
| author | 2021-06-11 00:33:33 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:38 -0400 | |
| commit | 4759db28d0b98c79f9a630b63ba13c4cd0df9109 (patch) | |
| tree | 3cc20c600bf0733f464e3c844688b1cef766e191 /src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | |
| parent | glsl: Reorganize backend code, remove unneeded [[maybe_unused]] (diff) | |
| download | yuzu-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.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 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); | |||
| 31 | void EmitReference(EmitContext& ctx, const IR::Value& value); | 31 | void EmitReference(EmitContext& ctx, const IR::Value& value); |
| 32 | void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value); | 32 | void EmitPhiMove(EmitContext& ctx, const IR::Value& phi, const IR::Value& value); |
| 33 | void EmitJoin(EmitContext& ctx); | 33 | void EmitJoin(EmitContext& ctx); |
| 34 | void EmitDemoteToHelperInvocation(EmitContext& ctx, std::string_view continue_label); | 34 | void EmitDemoteToHelperInvocation(EmitContext& ctx); |
| 35 | void EmitBarrier(EmitContext& ctx); | 35 | void EmitBarrier(EmitContext& ctx); |
| 36 | void EmitWorkgroupMemoryBarrier(EmitContext& ctx); | 36 | void EmitWorkgroupMemoryBarrier(EmitContext& ctx); |
| 37 | void EmitDeviceMemoryBarrier(EmitContext& ctx); | 37 | void EmitDeviceMemoryBarrier(EmitContext& ctx); |