glClear method

void glClear(
  1. dynamic mask
)

Implementation

void glClear(mask) {
  gles.glClear(gl, mask);
}