mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 18:19:57 -06:00
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
This commit is contained in:
@ -2,6 +2,9 @@ using Ryujinx.Graphics.GAL;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.Memory
|
||||
{
|
||||
/// <summary>
|
||||
/// GPU Index Buffer information.
|
||||
/// </summary>
|
||||
struct IndexBuffer
|
||||
{
|
||||
public ulong Address;
|
||||
|
Reference in New Issue
Block a user