diff options
| author | mageven <62494521+mageven@users.noreply.github.com> | 2020-05-04 07:34:49 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 12:04:49 +1000 |
| commit | 53369e79bdc34440a48e932e7024bab92f30f957 (patch) | |
| tree | 43ddc5f5d334f22933691d4bf5aa9c45fcac9636 /Ryujinx.Graphics.Gpu/State/MethodOffset.cs | |
| parent | 12399b8aeac82b8f80a06dbcb59a8021908d9c30 (diff) | |
Implement user-defined clipping on GL state pipeline (#1118)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/MethodOffset.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/MethodOffset.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs index 077b09c2..b39ff9b5 100644 --- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs +++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs @@ -66,6 +66,7 @@ namespace Ryujinx.Graphics.Gpu.State YControl = 0x4eb, FirstVertex = 0x50d, FirstInstance = 0x50e, + ClipDistanceEnable = 0x544, PointSize = 0x546, ResetCounter = 0x54c, RtDepthStencilEnable = 0x54e, |
