diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-31 19:37:00 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | 6e092c05584ccbbd548ac26c056c1a7edfa6c1a0 (patch) | |
| tree | 6f2856b448fca7beb721d49ed28160054388c7fc /Ryujinx.Graphics.Gpu/Image/Texture.cs | |
| parent | 9bfb373bdf85178ef319fa4d107ae20d0a2d4a04 (diff) | |
More code cleanup
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/Texture.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/Texture.cs | 2 |
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; |
