clear method

dynamic clear(
  1. int mask
)

Implementation

clear(int mask) {
  return gl.glClear(mask);
}