Skip to content

API Reference / @gtkx/gl / stencilMask

Function: stencilMask()

stencilMask(mask): void

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

void glStencilMask(GLuint mask)

Provided by GL_VERSION_1_0. GLX render opcode 133.

Parameters

mask

number

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

Returns

void

Released under the MPL-2.0 License.