Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#stencilOpSeparate

OpenGL bindings & WebGL API implementation for Deno.
Latest
method WebGLRenderingContext.prototype.stencilOpSeparate
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.7/mod.ts";

Sets the front and/or back-facing stencil test actions.

Parameters

face: number
fail: number
zfail: number
zpass: number