1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-27 14:56:26 -05:00

Add XML documentation to Ryujinx.Graphics.Gpu.Memory

This commit is contained in:
gdkchan
2019-12-31 00:22:58 -03:00
committed by Thog
parent 80ff2eab29
commit e58b540c4e
11 changed files with 471 additions and 16 deletions

View File

@@ -1,5 +1,8 @@
namespace Ryujinx.Graphics.Gpu.Memory
{
/// <summary>
/// GPU Vertex Buffer information.
/// </summary>
struct VertexBuffer
{
public ulong Address;