Skip to content

API Reference / @gtkx/gl / StencilOp

Type Alias: StencilOp

StencilOp = GLenum

Defined in: generated/types.d.ts:657

Registry enum group StencilOp.

Open and documentation-only; any GLenum value is accepted.

Members: DECR, DECR_WRAP, INCR, INCR_WRAP, INVERT, KEEP, REPLACE, ZERO.

Released under the MPL-2.0 License.