예제 #1
0
 public int AddVertexPool(VertexPool vertexPool)
 {
     return(0);
 }
예제 #2
0
 public VPListElement(VertexPool vp, Microsoft.DirectX.Direct3D.VertexBuffer vb)
 {
     this.vp = vp;
     this.vb = vb;
 }
예제 #3
0
 public VPListElement(VertexPool vp, VertexBuffer vb)
 {
     this.vp = vp;
     this.vb = vb;
 }