clearStencil method

void clearStencil(
  1. int v0
)

Implementation

void clearStencil(int v0) {
  return gl.glClearStencil(v0);
}