namespace Ryujinx.Graphics.Gpu.State { /// /// Draw state for non-indexed draws. /// struct VertexBufferDrawState { public int First; public int Count; } }