glClear method

void glClear(
  1. int mask
)

Implementation

void glClear(
  int mask,
) {
  return _glClear(
    mask,
  );
}