Contents

MTLStencilOperation.decrementClamp

A stencil operation that decreases a nonzero stencil value by one.

Declaration

case decrementClamp

Discussion

The operation doesn’t modify a stencil value if it’s currently equal to 0.

See Also

Stencil operations