diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-12-11 18:12:29 -0400 |
|---|---|---|
| committer | FernandoS27 <fsahmkow27@gmail.com> | 2019-12-11 19:53:17 -0400 |
| commit | af89723fa3d4ca13fc2ce7be545170d093eb4c31 (patch) | |
| tree | 584e8189da320a63c6bce2d91dae547f49d2826c /src/video_core/shader/shader_ir.h | |
| parent | 84a158c977c5c87880fac13ad48648e1bda3e079 (diff) | |
Shader_Ir: Correct TLD4S encoding and implement f16 flag.
Diffstat (limited to 'src/video_core/shader/shader_ir.h')
| -rw-r--r-- | src/video_core/shader/shader_ir.h | 2 |
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 8324432ae..04ae5f822 100644 --- a/src/video_core/shader/shader_ir.h +++ b/src/video_core/shader/shader_ir.h @@ -338,7 +338,7 @@ private: void WriteTexsInstructionFloat(NodeBlock& bb, Tegra::Shader::Instruction instr, const Node4& components, bool ignore_mask = false); void WriteTexsInstructionHalfFloat(NodeBlock& bb, Tegra::Shader::Instruction instr, - const Node4& components); + const Node4& components, bool ignore_mask = false); Node4 GetTexCode(Tegra::Shader::Instruction instr, Tegra::Shader::TextureType texture_type, Tegra::Shader::TextureProcessMode process_mode, bool depth_compare, |
