mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-31 00:37:10 +02:00
More code cleanup
This commit is contained in:
parent
af0003eb44
commit
987e78245e
4 changed files with 13 additions and 16 deletions
|
@ -3,8 +3,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
|||
/// <summary>
|
||||
/// Range of memory.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">GPU resource type</typeparam>
|
||||
interface IRange<T>
|
||||
interface IRange
|
||||
{
|
||||
ulong Address { get; }
|
||||
ulong Size { get; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue