public VertexDeclaration(params VertexElement[] elements) : this(VertexDeclaration.GetVertexStride(elements), elements) { }