mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 14:19:00 -06:00
Initial work
This commit is contained in:
8
Ryujinx.Graphics.GAL/FrontFace.cs
Normal file
8
Ryujinx.Graphics.GAL/FrontFace.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public enum FrontFace
|
||||
{
|
||||
Clockwise = 0x900,
|
||||
CounterClockwise = 0x901
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user