using RefreshCS; namespace MoonWorks.Graphics { public struct ViewportState { public Viewport[] Viewports; public Rect[] Scissors; } }