diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2021-06-25 20:11:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 20:11:54 -0300 |
| commit | fefd4619a5347b4ef86314a4e17e1d6e63ced297 (patch) | |
| tree | 52561237c2c4abf60f9e6918f26d396552c42168 /Ryujinx.Graphics.Gpu/State/MethodOffset.cs | |
| parent | 493648df312b7501b0560a3c94b2deffab2e99cf (diff) | |
Add support for custom line widths (#2406)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/MethodOffset.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/MethodOffset.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs index 4504e6b1..1ddef95c 100644 --- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs +++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs @@ -67,6 +67,8 @@ namespace Ryujinx.Graphics.Gpu.State BlendEnable = 0x4d8, StencilTestState = 0x4e0, YControl = 0x4eb, + LineWidthSmooth = 0x4ec, + LineWidthAliased = 0x4ed, FirstVertex = 0x50d, FirstInstance = 0x50e, ClipDistanceEnable = 0x544, @@ -77,6 +79,7 @@ namespace Ryujinx.Graphics.Gpu.State ConditionState = 0x554, SamplerPoolState = 0x557, DepthBiasFactor = 0x55b, + LineSmoothEnable = 0x55c, TexturePoolState = 0x55d, StencilBackTestState = 0x565, DepthBiasUnits = 0x56f, |
