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