Skip to content

Documentation / device / StencilOp

Type Alias: StencilOp

StencilOp = "keep" | "zero" | "replace" | "incr" | "incr-wrap" | "decr" | "decr-wrap" | "invert"

Defined in: libs/device/src/render_states.ts:208

Stencil operations

Released under the MIT License.