mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 19:30:48 -07:00
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// Name of a GPU resource.
|
||||
/// </summary>
|
||||
public enum ResourceName
|
||||
{
|
||||
Buffer,
|
||||
|
Reference in New Issue
Block a user