namespace Ryujinx.Graphics.Gpu.State
{
    struct VertexBufferDrawState
    {
        public int First;
        public int Count;
    }
}