aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/IndexType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/IndexType.cs')
-rw-r--r--src/Ryujinx.Graphics.GAL/IndexType.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Ryujinx.Graphics.GAL/IndexType.cs b/src/Ryujinx.Graphics.GAL/IndexType.cs
new file mode 100644
index 00000000..4abf28d9
--- /dev/null
+++ b/src/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