namespace MoonWorks.Graphics { public interface IVertexType { VertexAttribute[] Attributes(uint binding = 0); } }