Click or drag to resize

RenderState Operators and Type Conversions

The RenderState type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberBitwiseAnd(RenderState, RenderState) Implements the bitwise-and operator.
Public operatorStatic memberBitwiseOr(RenderState, RenderState) Implements the bitwise-or operator.
Public operatorStatic memberEquality(RenderState, RenderState) 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(RenderState, RenderState) Implements the inequality operator.
Public operatorStatic memberLeftShift(RenderState, Int32) Implements the left shift operator.
Public operatorStatic memberOnesComplement(RenderState) Implements the bitwise-complement operator.
Public operatorStatic memberRightShift(RenderState, Int32) Implements the right shift operator.
Top
See Also