mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 17:08:58 -06:00
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// GPU Vertex Buffer information.
|
||||
/// </summary>
|
||||
struct VertexBuffer
|
||||
{
|
||||
public ulong Address;
|
||||
|
||||
Reference in New Issue
Block a user