clear static method

void clear()

Clears all accumulated debug geometry without building.

Implementation

static void clear() {
  _positions.clear();
  _colors.clear();
  _hasWarnedLimit = false;
}