TSamplerCompareFunc class
sealed
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Constants
-
A
→ const int
-
!< Always. Depth / stencil testing is deactivated.
-
E
→ const int
-
!< Equal
-
G
→ const int
-
!< Strictly greater than
-
GE
→ const int
-
!< Greater or equal
-
L
→ const int
-
!< Strictly less than
-
LE
→ const int
-
!< Less or equal
-
N
→ const int
-
!< Never. The depth / stencil test always fails.
-
NE
→ const int
-
!< Not equal