using RefreshCS;

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