clear method

void clear(
  1. int mask
)

Implementation

void clear(int mask) {
  _gl.clear(mask);
  checkError('clear');
}