MTLCompareFunction Enum

Definition

Holds a comparison test. When the comparison test passes, the incoming fragment is compared to the stored data at the specified location.

public enum MTLCompareFunction
type MTLCompareFunction = 
Inheritance
MTLCompareFunction

Fields

Always 7
Equal 2
Greater 4
GreaterEqual 6
Less 1
LessEqual 3
Never 0
NotEqual 5

Applies to