Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StencilOperation

Stencil operation mode.

remarks

sets the front and/or back-facing stencil test actions.

Index

Enumeration Members

DecrementSaturate: number

Decrements the current stencil buffer value. Clamps to 0.

DecrementWrap: number

Decrements the current stencil buffer value. Wraps stencil buffer value to the maximum representable unsigned value when decrementing a stencil buffer value of 0.

IncrementSaturate: number

Increments the current stencil buffer value. Clamps to the maximum representable unsigned value.

IncrementWrap: number

Increments the current stencil buffer value. Wraps stencil buffer value to zero when incrementing the maximum representable unsigned value.

Invert: number

Inverts the current stencil buffer value bitwise.

Keep: number

Keeps the current value.

Replace: number

Sets the stencil buffer value to the reference value.

Zero: number

Sets the stencil buffer value to 0.

Generated using TypeDoc