mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 10:18:30 +02:00
Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
@@ -2,6 +2,10 @@ using Ryujinx.Graphics.GAL;
|
||||
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// GPU index buffer state.
|
||||
/// This is used on indexed draws.
|
||||
/// </summary>
|
||||
struct IndexBufferState
|
||||
{
|
||||
public GpuVa Address;
|
||||
|
Reference in New Issue
Block a user