diff options
author | gdkchan <gab.dark.100@gmail.com> | 2019-12-31 00:22:58 -0300 |
---|---|---|
committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
commit | e58b540c4e2a8df460e0e357e3f341842dd59a71 (patch) | |
tree | 7bb4aa70e991b648a869bd9e0875d230d9579a62 /Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs | |
parent | 80ff2eab2992a3373ee79475d891ef126d67a4a2 (diff) |
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs b/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs index ce2a2c74..7765e899 100644 --- a/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs +++ b/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs @@ -2,6 +2,9 @@ using Ryujinx.Graphics.GAL; namespace Ryujinx.Graphics.Gpu.Memory { + /// <summary> + /// GPU Index Buffer information. + /// </summary> struct IndexBuffer { public ulong Address; |