枚举成员

DecrementSaturate: 4

Decrements the current stencil buffer value. Clamps to 0.

DecrementWrap: 7

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: 3

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

IncrementWrap: 6

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

Invert: 5

Inverts the current stencil buffer value bitwise.

Keep: 0

Keeps the current value.

Replace: 2

Sets the stencil buffer value to the reference value.

Zero: 1

Sets the stencil buffer value to 0.