MoonWorks/src/Graphics/IVertexType.cs

8 lines
126 B
C#

namespace MoonWorks.Graphics
{
public interface IVertexType
{
static abstract VertexElementFormat[] Formats { get; }
}
}