stencilOpSeparate method

void stencilOpSeparate(
  1. GLenum face,
  2. GLenum fail,
  3. GLenum zfail,
  4. GLenum zpass,
)

The WebGLRenderingContext.stencilOpSeparate() method of the WebGL API sets the front and/or back-facing stencil test actions.

Implementation

external void stencilOpSeparate(
  GLenum face,
  GLenum fail,
  GLenum zfail,
  GLenum zpass,
);