aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalTextureSource.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalTextureSource.cs')
-rw-r--r--Ryujinx.Graphics/Gal/GalTextureSource.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.Graphics/Gal/GalTextureSource.cs b/Ryujinx.Graphics/Gal/GalTextureSource.cs
deleted file mode 100644
index 72dbec60..00000000
--- a/Ryujinx.Graphics/Gal/GalTextureSource.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace Ryujinx.Graphics.Gal
-{
- public enum GalTextureSource
- {
- Zero = 0,
- Red = 2,
- Green = 3,
- Blue = 4,
- Alpha = 5,
- OneInt = 6,
- OneFloat = 7
- }
-} \ No newline at end of file