mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 18:28:29 +02:00
Add XML documentation to Ryujinx.Graphics.Gpu.Shader
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Collections.Generic;
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// Lists of GPU resources with data on guest memory.
|
||||
/// List of GPU resources with data on guest memory.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Type of the GPU resource</typeparam>
|
||||
class RangeList<T> where T : IRange<T>
|
||||
|
Reference in New Issue
Block a user