diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/Sampler/MinFilter.cs')
| -rw-r--r-- | Ryujinx.Graphics.GAL/Sampler/MinFilter.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics.GAL/Sampler/MinFilter.cs b/Ryujinx.Graphics.GAL/Sampler/MinFilter.cs deleted file mode 100644 index d012f695..00000000 --- a/Ryujinx.Graphics.GAL/Sampler/MinFilter.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Graphics.GAL.Sampler -{ - public enum MinFilter - { - Nearest = 1, - Linear, - NearestMipmapNearest, - LinearMipmapNearest, - NearestMipmapLinear, - LinearMipmapLinear - } -}
\ No newline at end of file |
