mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-03-28 18:08:40 +00:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct VertexBufferDrawState
|
|
{
|
|
public int First;
|
|
public int Count;
|
|
}
|
|
}
|