Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#stencilFuncSeparate

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

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

Parameters

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