diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-02-01 20:19:46 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-02 10:19:46 +1100 |
| commit | f373f870f769ef65c435aa307dc3fa1be6dc6fae (patch) | |
| tree | 31b48f768d8afc1a924facd16a030e3f06cc237f /Ryujinx.Graphics.Gpu/State | |
| parent | a1a5341bafa82d4346cb4ee61f43dcd94d53a6de (diff) | |
Support configurable point size (#916)
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/MethodOffset.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs index a89fc379..730ff40a 100644 --- a/Ryujinx.Graphics.Gpu/State/MethodOffset.cs +++ b/Ryujinx.Graphics.Gpu/State/MethodOffset.cs @@ -53,6 +53,7 @@ namespace Ryujinx.Graphics.Gpu.State YControl = 0x4eb, FirstVertex = 0x50d, FirstInstance = 0x50e, + PointSize = 0x546, ResetCounter = 0x54c, RtDepthStencilEnable = 0x54e, ConditionState = 0x554, |
