This repository has been archived on 2026-01-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ryubing/Ryujinx.Graphics.Gpu/State/DepthBiasState.cs

10 lines
191 B
C#

namespace Ryujinx.Graphics.Gpu.State
{
struct DepthBiasState
{
public Boolean32 PointEnable;
public Boolean32 LineEnable;
public Boolean32 FillEnable;
}
}