diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-10-23 16:04:08 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-23 16:04:08 -0300 |
| commit | 044b84b078c910c9c1d16c5351cd037716db70e3 (patch) | |
| tree | 3cc3ba67b348025aa5bdafb4780f98816809d6f2 /Ryujinx.Graphics/NvGpuEngine3dReg.cs | |
| parent | e674b377104858d5068231dbe395e1038ba5d71d (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.cs | 2 |
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, |
