Skip to content

API Reference / @gtkx/gl / stencilOp

Function: stencilOp()

stencilOp(fail, zfail, zpass): void

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

void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)

Provided by GL_VERSION_1_0. GLX render opcode 163.

Parameters

fail

number

StencilOp

zfail

number

StencilOp

zpass

number

StencilOp

Returns

void

Released under the MPL-2.0 License.