stencilMask method

void stencilMask(
  1. int mask
)

Implementation

void stencilMask(int mask) {
  _gl.stencilMask(mask);
}