Skip to content

API Reference / @gtkx/gl / stencilMaskSeparate

Function: stencilMaskSeparate()

stencilMaskSeparate(face, mask): void

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

void glStencilMaskSeparate(GLenum face, GLuint mask)

Provided by GL_VERSION_2_0.

Parameters

face

number

TriangleFace

mask

number

GLuint, kind StencilMask. This parameter represents mask to apply to stencil values.

Returns

void

Released under the MPL-2.0 License.