Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#stencilFuncSeparate

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

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

Parameters

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