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; }