Esempio n. 1
0
 public void Flush()
 {
     _triangles?.Flush();
     _lines?.Flush();
     _points?.Flush();
 }