Esempio n. 1
0
 private RawBufferGeometry(RawBufferGeometry self)
 {
     this.buffer = self.buffer;
     this.context = self.context;
     this.BoundingBox = self.BoundingBox;
     this.InputLayout = self.InputLayout;
     this.props = self.props;
     this.Tag = self.Tag;
     this.Topology = self.Topology;
 }
Esempio n. 2
0
 private RawBufferGeometry(RawBufferGeometry self)
 {
     this.buffer      = self.buffer;
     this.context     = self.context;
     this.BoundingBox = self.BoundingBox;
     this.InputLayout = self.InputLayout;
     this.props       = self.props;
     this.Tag         = self.Tag;
     this.Topology    = self.Topology;
 }