diff options
| author | gdk <gab.dark.100@gmail.com> | 2019-10-27 17:51:33 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | 3bcc395253e020df40763d36ba9401b126b17173 (patch) | |
| tree | c172daab458b1447d7aa69832fd10068bc9ca1b6 /Ryujinx.Graphics.Shader/IntermediateRepresentation | |
| parent | d3fcab85112708707eacc4c71a8362b9c178218d (diff) | |
Add shader support for the round mode on the F2F instruction, support mipmaps on ASTC compressed textures
Diffstat (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation')
| -rw-r--r-- | Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs index 74194f35..88918f3f 100644 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs +++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/Instruction.cs @@ -71,6 +71,7 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation PackHalf2x16, ReciprocalSquareRoot, Return, + Round, ShiftLeft, ShiftRightS32, ShiftRightU32, |
