枚举成员

DecrementSaturate

Decrements the current stencil buffer value. Clamps to 0.

DecrementWrap

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

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

IncrementWrap

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

Invert

Inverts the current stencil buffer value bitwise.

Keep

Keeps the current value.

Replace

Sets the stencil buffer value to the reference value.

Zero

Sets the stencil buffer value to 0.