aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/Texture.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2019-12-31 19:37:00 -0300
committerThog <thog@protonmail.com>2020-01-09 02:13:00 +0100
commit6e092c05584ccbbd548ac26c056c1a7edfa6c1a0 (patch)
tree6f2856b448fca7beb721d49ed28160054388c7fc /Ryujinx.Graphics.Gpu/Image/Texture.cs
parent9bfb373bdf85178ef319fa4d107ae20d0a2d4a04 (diff)
More code cleanup
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/Texture.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Image/Texture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/Texture.cs b/Ryujinx.Graphics.Gpu/Image/Texture.cs
index 076718e5..4bbefd0b 100644
--- a/Ryujinx.Graphics.Gpu/Image/Texture.cs
+++ b/Ryujinx.Graphics.Gpu/Image/Texture.cs
@@ -13,7 +13,7 @@ namespace Ryujinx.Graphics.Gpu.Image
/// <summary>
/// Represents a cached GPU texture.
/// </summary>
- class Texture : IRange<Texture>, IDisposable
+ class Texture : IRange, IDisposable
{
private GpuContext _context;