Skip to main content
Module

x/caviar/deps.ts>WebGLRenderingContext#stencilOpSeparate

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
method WebGLRenderingContext.prototype.stencilOpSeparate
import { WebGLRenderingContext } from "https://deno.land/x/caviar@2.6.4/deps.ts";

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

Parameters

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