clearStencil method

void clearStencil(
  1. int v0
)

Implementation

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