Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#stencilOp

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

Sets both the front and back-facing stencil test actions.

Parameters

fail: number
zfail: number
zpass: number