mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00
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