dispose method

void dispose()

Releases resources used by the graphics system.

Implementation

void dispose() {
  flush();
  _renderer.dispose();
}