clear method

void clear(
  1. int kind
)

Implementation

void clear(int kind) {
  _gl.clear(kind);
}