Skip to content

API Reference / @gtkx/gl / clearStencil

Function: clearStencil()

clearStencil(s): void

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

void glClearStencil(GLint s)

Provided by GL_VERSION_1_0. GLX render opcode 131.

Parameters

s

number

GLint, kind StencilValue. This parameter represents an unmasked stencil value.

Returns

void

Released under the MPL-2.0 License.