aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/VertexBufferDrawState.cs
blob: c2f3b7bbd7114235e48687ac3f1d64b212eab882 (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Gpu.State
{
    struct VertexBufferDrawState
    {
        public int First;
        public int Count;
    }
}