mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-09 02:32:34 -07:00
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// Range of memory.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">GPU resource type</typeparam>
|
||||
interface IRange<T>
|
||||
{
|
||||
ulong Address { get; }
|
||||
|
Reference in New Issue
Block a user