Stencil |
The StencilFlags type exposes the following members.
| Name | Description | |
|---|---|---|
| BitwiseAnd(StencilFlags, StencilFlags) | Implements the bitwise-and operator. | |
| BitwiseOr(StencilFlags, StencilFlags) | Implements the bitwise-or operator. | |
| Equality(StencilFlags, StencilFlags) | Implements the equality operator. | |
| (StencilFlags to UInt32) | Performs an explicit conversion to uint. | |
| (UInt32 to StencilFlags) | Performs an implicit conversion from uint. | |
| Inequality(StencilFlags, StencilFlags) | Implements the inequality operator. | |
| LeftShift(StencilFlags, Int32) | Implements the left shift operator. | |
| OnesComplement(StencilFlags) | Implements the bitwise-complement operator. | |
| RightShift(StencilFlags, Int32) | Implements the right shift operator. |