glClear method

void glClear(
  1. dynamic mask
)

Implementation

void glClear(mask) {
  gl.clear(mask);
}