mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06: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