clear method

void clear(
  1. dynamic v0
)

Implementation

void clear(v0) {
  return gl.glClear(v0);
}