aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
diff options
context:
space:
mode:
authormageven <62494521+mageven@users.noreply.github.com>2020-04-17 06:46:49 +0530
committerGitHub <noreply@github.com>2020-04-17 11:16:49 +1000
commit4960ab85f81f48553b7217261f4181e31d812a10 (patch)
tree765970f8b028fa965abef43bda308964deaff32d /Ryujinx.Graphics.Gpu/State/MethodOffset.cs
parent0a7c6caedffd59011077b49cd6493c7a841a66f5 (diff)
Implement Depth Clamping (#1120)
* Implement Depth Clamping and add misc enums * Fix formatting
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/MethodOffset.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/MethodOffset.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
index a178c2f8..b8ee7e91 100644
--- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
+++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs
@@ -75,6 +75,7 @@ namespace Ryujinx.Graphics.Gpu.State
VertexBufferInstanced = 0x620,
FaceState = 0x646,
ViewportTransformEnable = 0x64b,
+ ViewVolumeClipControl = 0x64f,
Clear = 0x674,
RtColorMask = 0x680,
ReportState = 0x6c0,