mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-03 01:16:19 +01:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct VertexBufferDrawState
|
|
{
|
|
public int First;
|
|
public int Count;
|
|
}
|
|
}
|