aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/Target.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/Target.cs')
-rw-r--r--Ryujinx.Graphics.GAL/Target.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/Target.cs b/Ryujinx.Graphics.GAL/Target.cs
new file mode 100644
index 00000000..73f77f43
--- /dev/null
+++ b/Ryujinx.Graphics.GAL/Target.cs
@@ -0,0 +1,17 @@
+namespace Ryujinx.Graphics.GAL
+{
+ public enum Target
+ {
+ Texture1D,
+ Texture2D,
+ Texture3D,
+ Texture1DArray,
+ Texture2DArray,
+ Texture2DMultisample,
+ Texture2DMultisampleArray,
+ Rectangle,
+ Cubemap,
+ CubemapArray,
+ TextureBuffer
+ }
+} \ No newline at end of file