aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/IndexType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/IndexType.cs')
-rw-r--r--Ryujinx.Graphics.GAL/IndexType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/IndexType.cs b/Ryujinx.Graphics.GAL/IndexType.cs
new file mode 100644
index 00000000..4abf28d9
--- /dev/null
+++ b/Ryujinx.Graphics.GAL/IndexType.cs
@@ -0,0 +1,9 @@
+namespace Ryujinx.Graphics.GAL
+{
+ public enum IndexType
+ {
+ UByte,
+ UShort,
+ UInt
+ }
+} \ No newline at end of file