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