Skip to main content
Module

x/caviar/deps.ts>WebGLRenderingContext#stencilFuncSeparate

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

Sets the front and/or back function and reference value for stencil testing.

Parameters

face: number
func: number
ref: number
mask: number