Exemplo n.º 1
0
 public VertexDeclaration(params VertexElement[] elements)
     : this(VertexDeclaration.GetVertexStride(elements), elements)
 {
 }