summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-03 20:42:53 +0100
committerLiam <byteslice@airmail.cc>2024-02-05 18:01:09 +0100
commitf296a9ce9a1a144d322d54d4628dba6f8a800cb7 (patch)
tree214bd606c9d711bde3544bb1ea1bb493bbdf270a /src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
parentMerge pull request #12901 from Kelebek1/timezone_firmware_fix (diff)
downloadyuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.tar
yuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.tar.gz
yuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.tar.bz2
yuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.tar.lz
yuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.tar.xz
yuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.tar.zst
yuzu-f296a9ce9a1a144d322d54d4628dba6f8a800cb7.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/backend/spirv/emit_spirv_instructions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h b/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
index 5c01b1012..08fcabd58 100644
--- a/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
+++ b/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
@@ -537,8 +537,8 @@ Id EmitImageGather(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id
const IR::Value& offset, const IR::Value& offset2);
Id EmitImageGatherDref(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id coords,
const IR::Value& offset, const IR::Value& offset2, Id dref);
-Id EmitImageFetch(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id coords, Id offset,
- Id lod, Id ms);
+Id EmitImageFetch(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id coords,
+ const IR::Value& offset, Id lod, Id ms);
Id EmitImageQueryDimensions(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id lod,
const IR::Value& skip_mips);
Id EmitImageQueryLod(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id coords);