1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-29 02:56:47 -06:00
2020-01-09 02:13:00 +01:00

12 lines
211 B
C#

using Ryujinx.Graphics.GAL;
namespace Ryujinx.Graphics.Gpu.State
{
struct FaceState
{
public Bool CullEnable;
public FrontFace FrontFace;
public Face CullFace;
}
}