Skip to content

API Reference / @gtkx/gl / stencilOpSeparate

Function: stencilOpSeparate()

stencilOpSeparate(face, sfail, dpfail, dppass): void

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

void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)

Provided by GL_VERSION_2_0.

Parameters

face

number

GLenum, group TriangleFace

sfail

number

GLenum, group StencilOp

dpfail

number

GLenum, group StencilOp

dppass

number

GLenum, group StencilOp

Returns

void

See

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

Released under the MPL-2.0 License.