More code cleanup
This commit is contained in:
parent
9bfb373bdf
commit
6e092c0558
4 changed files with 13 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue