Skip to content

API Reference / @gtkx/gl / stencilFuncSeparate

Function: stencilFuncSeparate()

stencilFuncSeparate(face, func, ref, mask): void

Defined in: generated/commands.d.ts:4784

void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)

Provided by GL_VERSION_2_0.

Parameters

face

number

GLenum, group TriangleFace

func

number

GLenum, group StencilFunction

ref

number

GLint

mask

number

GLuint

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glStencilFuncSeparate.xhtml

Released under the MPL-2.0 License.