Пример #1
0
  /**
   * Flush the cache.
   */
  void Flush() {
#ifdef ENABLE_OPENGL
    raster_renderer.Invalidate();
#else
    compare_projection.Clear();
#endif
  }
Пример #2
0
 void Invalidate() {
   compare_projection.Clear();
   CommitEmpty();
 }