From e58b540c4e2a8df460e0e357e3f341842dd59a71 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 00:22:58 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.Memory --- Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs') diff --git a/Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs b/Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs index 1cb854d6..8f089125 100644 --- a/Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs +++ b/Ryujinx.Graphics.Gpu/Memory/VertexBuffer.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.Memory { + /// + /// GPU Vertex Buffer information. + /// struct VertexBuffer { public ulong Address; -- cgit v1.2.3