aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-07-28 18:30:08 -0300
committerGitHub <noreply@github.com>2020-07-28 18:30:08 -0300
commit43c13057da7726c324f2b5d674e5e1308eb1f6a7 (patch)
tree222d8bace4d35166aa9a0ca8d6ed121bec20b287 /Ryujinx.Graphics.Gpu/State/MethodOffset.cs
parent938c06c652ca15e4a5f776e434fa8304b4b43f0b (diff)
Implement alpha test using legacy functions (#1426)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/MethodOffset.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/MethodOffset.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
index 505e3d89..13b699f3 100644
--- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
+++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
@@ -52,8 +52,11 @@ namespace Ryujinx.Graphics.Gpu.State
DepthTestEnable = 0x4b3,
BlendIndependent = 0x4b9,
DepthWriteEnable = 0x4ba,
+ AlphaTestEnable = 0x4bb,
VbElementU8 = 0x4c1,
DepthTestFunc = 0x4c3,
+ AlphaTestRef = 0x4c4,
+ AlphaTestFunc = 0x4c5,
BlendConstant = 0x4c7,
BlendStateCommon = 0x4cf,
BlendEnableCommon = 0x4d7,