clear method

void clear(
  1. int mask
)

Implementation

void clear(int mask) => gl.glClear(mask);