aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/NvGpuEngine3dReg.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-10-23 16:04:08 -0300
committerGitHub <noreply@github.com>2018-10-23 16:04:08 -0300
commit044b84b078c910c9c1d16c5351cd037716db70e3 (patch)
tree3cc3ba67b348025aa5bdafb4780f98816809d6f2 /Ryujinx.Graphics/NvGpuEngine3dReg.cs
parente674b377104858d5068231dbe395e1038ba5d71d (diff)
Add depth range support on the GPU (#472)
* Add depth range support on the GPU * Address PR feedback
Diffstat (limited to 'Ryujinx.Graphics/NvGpuEngine3dReg.cs')
-rw-r--r--Ryujinx.Graphics/NvGpuEngine3dReg.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/NvGpuEngine3dReg.cs b/Ryujinx.Graphics/NvGpuEngine3dReg.cs
index ef74e4f6..6ea22654 100644
--- a/Ryujinx.Graphics/NvGpuEngine3dReg.cs
+++ b/Ryujinx.Graphics/NvGpuEngine3dReg.cs
@@ -15,6 +15,8 @@ namespace Ryujinx.Graphics
ViewportNTranslateZ = 0x285,
ViewportNHoriz = 0x300,
ViewportNVert = 0x301,
+ DepthRangeNNear = 0x302,
+ DepthRangeNFar = 0x303,
VertexArrayFirst = 0x35d,
VertexArrayCount = 0x35e,
ClearNColor = 0x360,