mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 14:10:48 -07:00
Initial work
This commit is contained in:
9
Ryujinx.Graphics.Gpu/State/DepthBiasState.cs
Normal file
9
Ryujinx.Graphics.Gpu/State/DepthBiasState.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
struct DepthBiasState
|
||||
{
|
||||
public Bool PointEnable;
|
||||
public Bool LineEnable;
|
||||
public Bool FillEnable;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user