aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/Sampler/MagFilter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.GAL/Sampler/MagFilter.cs')
-rw-r--r--Ryujinx.Graphics.GAL/Sampler/MagFilter.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx.Graphics.GAL/Sampler/MagFilter.cs b/Ryujinx.Graphics.GAL/Sampler/MagFilter.cs
deleted file mode 100644
index 3c9c9de6..00000000
--- a/Ryujinx.Graphics.GAL/Sampler/MagFilter.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ryujinx.Graphics.GAL.Sampler
-{
- public enum MagFilter
- {
- Nearest = 1,
- Linear
- }
-} \ No newline at end of file