diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2018-09-19 22:02:11 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-09-19 22:02:11 -0300 |
| commit | 47a62e826fe15fce9b7e33f5aa8a04807fe3d172 (patch) | |
| tree | 704de1a40446d8198de34fc93c7fd162642407fa /Ryujinx.Graphics/NvGpuEngine3dReg.cs | |
| parent | bed13f2022e3b81d694e51e1c29ee66f4a18f5f9 (diff) | |
Implement DepthWriteMask and add R16G16 (#425)
Diffstat (limited to 'Ryujinx.Graphics/NvGpuEngine3dReg.cs')
| -rw-r--r-- | Ryujinx.Graphics/NvGpuEngine3dReg.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/NvGpuEngine3dReg.cs b/Ryujinx.Graphics/NvGpuEngine3dReg.cs index 3abcf6f5..418e5b6b 100644 --- a/Ryujinx.Graphics/NvGpuEngine3dReg.cs +++ b/Ryujinx.Graphics/NvGpuEngine3dReg.cs @@ -35,6 +35,7 @@ namespace Ryujinx.Graphics ZetaArrayMode = 0x48c, DepthTestEnable = 0x4b3, IBlendEnable = 0x4b9, + DepthWriteEnable = 0x4ba, DepthTestFunction = 0x4c3, BlendSeparateAlpha = 0x4cf, BlendEquationRgb = 0x4d0, |
