Add XML documentation to Ryujinx.Graphics.Gpu.Memory
This commit is contained in:
parent
80ff2eab29
commit
e58b540c4e
11 changed files with 471 additions and 16 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue