diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs b/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs deleted file mode 100644 index 890bf173..00000000 --- a/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.Gpu.Image -{ - /// <summary> - /// Texture search flags, defines texture information comparison rules. - /// </summary> - [Flags] - enum TextureSearchFlags - { - None = 0, - ForSampler = 1 << 1, - ForCopy = 1 << 2, - WithUpscale = 1 << 3, - NoCreate = 1 << 4 - } -}
\ No newline at end of file |
