Exemplo n.º 1
0
 public VertexData()
 {
     vertexDeclaration = HWBufferManager.Instance.CreateVertexDeclaration();
 }
Exemplo n.º 2
0
 public virtual VertexDeclaration CreateVertexDeclaration()
 {
     VertexDeclaration d = new VertexDeclaration();
     vertexDeclarations.Add(d);
     return d;
 }