diff options
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/FrontFace.cs')
-rw-r--r-- | src/Ryujinx.Graphics.GAL/FrontFace.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Ryujinx.Graphics.GAL/FrontFace.cs b/src/Ryujinx.Graphics.GAL/FrontFace.cs new file mode 100644 index 00000000..aa6bfdc5 --- /dev/null +++ b/src/Ryujinx.Graphics.GAL/FrontFace.cs @@ -0,0 +1,8 @@ +namespace Ryujinx.Graphics.GAL +{ + public enum FrontFace + { + Clockwise = 0x900, + CounterClockwise = 0x901 + } +}
\ No newline at end of file |