summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_ir.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-01-09 05:08:55 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-01-09 06:12:29 +0100
commite2a2a556b9713f7c2e8dc20dbdaff80996fa6b91 (patch)
tree0a3848d5c87d930611ff955b67b654308e2a97fa /src/video_core/shader/shader_ir.h
parentMerge pull request #3279 from ReinUsesLisp/vk-pipeline-cache (diff)
downloadyuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.tar
yuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.tar.gz
yuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.tar.bz2
yuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.tar.lz
yuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.tar.xz
yuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.tar.zst
yuzu-e2a2a556b9713f7c2e8dc20dbdaff80996fa6b91.zip
Diffstat (limited to 'src/video_core/shader/shader_ir.h')
-rw-r--r--src/video_core/shader/shader_ir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader_ir.h b/src/video_core/shader/shader_ir.h
index aacd0a0da..ba1db4c11 100644
--- a/src/video_core/shader/shader_ir.h
+++ b/src/video_core/shader/shader_ir.h
@@ -394,7 +394,7 @@ private:
std::tuple<Node, Node, GlobalMemoryBase> TrackGlobalMemory(NodeBlock& bb,
Tegra::Shader::Instruction instr,
- bool is_write);
+ bool is_read, bool is_write);
/// Register new amending code and obtain the reference id.
std::size_t DeclareAmend(Node new_amend);