Skip to content

API Reference / @gtkx/gl / clearStencil

Function: clearStencil()

clearStencil(s): void

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

void glClearStencil(GLint s)

Provided by GL_VERSION_1_0.

Parameters

s

number

GLint

Returns

void

See

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

Released under the MPL-2.0 License.