Click or drag to resize

RenderState Operators and Type Conversions

The RenderState type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberBitwiseAnd
Implements the bitwise-and operator.
Public operatorStatic memberBitwiseOr
Implements the bitwise-or operator.
Public operatorStatic memberEquality
Implements the equality operator.
Public operatorStatic member(RenderState to UInt64)
Performs an explicit conversion to ulong.
Public operatorStatic member(UInt64 to RenderState)
Performs an implicit conversion from ulong.
Public operatorStatic memberInequality
Implements the inequality operator.
Public operatorStatic memberLeftShift
Implements the left shift operator.
Public operatorStatic memberOnesComplement
Implements the bitwise-complement operator.
Public operatorStatic memberRightShift
Implements the right shift operator.
Top
See Also