mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-10 12:17:51 +02: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