aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Memory/IndexBuffer.cs3
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;