glClearStencil method

void glClearStencil(
  1. int s
)

Implementation

void glClearStencil(int s) {
  gl.clearStencil(s);
}