mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 09:27:10 +02:00
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
This commit is contained in:
parent
f5ce09c126
commit
ef3ec2af26
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue