Aardvark.Base


DepthTestMode

Constructors

ConstructorDescription
new(comparison)
Signature: comparison:DepthTestComparison -> unit
new(comparison, range)
Signature: (comparison:DepthTestComparison * range:Range1d) -> unit
new(other, range)
Signature: (other:DepthTestMode * range:Range1d) -> unit

Instance members

Instance memberDescription
Clamp
Signature: bool
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract
GetHashCode()
Signature: unit -> int
Modifiers: abstract
IsEnabled
Signature: bool
ToString()
Signature: unit -> string
Modifiers: abstract

Static members

Static memberDescription
op_Equality(l, r)
Signature: (l:DepthTestMode * r:DepthTestMode) -> bool
op_Inequality(l, r)
Signature: (l:DepthTestMode * r:DepthTestMode) -> bool
Fork me on GitHub