glClearStencil method

void glClearStencil(
  1. int s
)

Implementation

void glClearStencil(
  int s,
) {
  return _glClearStencil(
    s,
  );
}