mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
Implement user-defined clipping on GL state pipeline (#1118)
This commit is contained in:
parent
bdae7a4db0
commit
d2bfd2e100
5 changed files with 38 additions and 0 deletions
|
@ -66,6 +66,7 @@ namespace Ryujinx.Graphics.Gpu.State
|
|||
YControl = 0x4eb,
|
||||
FirstVertex = 0x50d,
|
||||
FirstInstance = 0x50e,
|
||||
ClipDistanceEnable = 0x544,
|
||||
PointSize = 0x546,
|
||||
ResetCounter = 0x54c,
|
||||
RtDepthStencilEnable = 0x54e,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue