More code cleanup
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user