namespace Ryujinx.Graphics.Gpu.State { /// /// Primitive restart state. /// struct PrimitiveRestartState { public Boolean32 Enable; public int Index; } }