summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/shader_ir.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-10-22 16:59:07 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2019-10-22 16:59:07 +0200
commit1509d2ffbdf98ead108d672795b2e9a7a93f4ce6 (patch)
tree45bc3b8537dbde097a34e74bf802a84317dfb1c6 /src/video_core/shader/shader_ir.h
parentMerge pull request #3003 from ReinUsesLisp/flush-mme-trace (diff)
downloadyuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.tar
yuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.tar.gz
yuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.tar.bz2
yuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.tar.lz
yuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.tar.xz
yuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.tar.zst
yuzu-1509d2ffbdf98ead108d672795b2e9a7a93f4ce6.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 105981d67..df64845f5 100644
--- a/src/video_core/shader/shader_ir.h
+++ b/src/video_core/shader/shader_ir.h
@@ -322,7 +322,7 @@ private:
const Node4& components);
void WriteTexsInstructionFloat(NodeBlock& bb, Tegra::Shader::Instruction instr,
- const Node4& components);
+ const Node4& components, bool ignore_mask = false);
void WriteTexsInstructionHalfFloat(NodeBlock& bb, Tegra::Shader::Instruction instr,
const Node4& components);