using RefreshCS; namespace MoonWorks.Graphics { public struct VertexInputState { public Refresh.VertexBinding[] VertexBindings; public Refresh.VertexAttribute[] VertexAttributes; } }