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