Table of Contents

Enum StencilOp

Namespace
Pie
Assembly
Pie.dll

Various operations that can occur during stencil testing.

public enum StencilOp

Fields

Decrement = 5

Decrement the stencil value by 1, and clamp the result.

DecrementWrap = 6

Decrement the stencil value by 1, and wrap the result if necessary.

Increment = 3

Increment the stencil value by 1, and clamp the result.

IncrementWrap = 4

Increment the stencil value by 1, and wrap the result if necessary.

Invert = 7

Invert the stencil data.

Keep = 0

Keep the existing stencil data.

Replace = 2

Replace the existing stencil data to the reference value.

Zero = 1

Set the stencil data to 0.