public void DefineLocation(VertexDefinition definition, Renderable target, Type vertexType)
 {
     definition.Map(vertexType, 0, VertexSpecialField.Position);
 }