mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-06 23:36:26 +02:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct DepthBiasState
|
|
{
|
|
public Bool PointEnable;
|
|
public Bool LineEnable;
|
|
public Bool FillEnable;
|
|
}
|
|
}
|