summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-16 00:38:56 +0100
committerLiam <byteslice@airmail.cc>2024-02-16 00:38:56 +0100
commitcb29aa04731e58ee78f8e0e66239c862fe9e559b (patch)
treedf88c847eec09bf9b4ed16e6df382f7a1bac1b6b /src/shader_recompiler/backend/spirv/emit_spirv_instructions.h
parentMerge pull request #12996 from german77/settings-ipc (diff)
downloadyuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.tar
yuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.tar.gz
yuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.tar.bz2
yuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.tar.lz
yuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.tar.xz
yuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.tar.zst
yuzu-cb29aa04731e58ee78f8e0e66239c862fe9e559b.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 08fcabd58..5c01b1012 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,
- const IR::Value& offset, Id lod, Id ms);
+Id EmitImageFetch(EmitContext& ctx, IR::Inst* inst, const IR::Value& index, Id coords, Id 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);