Add XML documentation to Ryujinx.Graphics.Gpu.Memory

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent 80ff2eab29
commit e58b540c4e
11 changed files with 471 additions and 16 deletions
@@ -1,5 +1,8 @@
namespace Ryujinx.Graphics.Gpu.Memory
{
/// <summary>
/// Name of a GPU resource.
/// </summary>
public enum ResourceName
{
Buffer,