public int AddVertexPool(VertexPool vertexPool) { return(0); }
public VPListElement(VertexPool vp, Microsoft.DirectX.Direct3D.VertexBuffer vb) { this.vp = vp; this.vb = vb; }
public VPListElement(VertexPool vp, VertexBuffer vb) { this.vp = vp; this.vb = vb; }