stencilOp method

void stencilOp(
  1. GLenum fail,
  2. GLenum zfail,
  3. GLenum zpass
)

The WebGLRenderingContext.stencilOp() method of the WebGL API sets both the front and back-facing stencil test actions.

Implementation

external void stencilOp(
  GLenum fail,
  GLenum zfail,
  GLenum zpass,
);