JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
VK_COMPARE_OP_NEVER
VK_COMPARE_OP_LESS
VK_COMPARE_OP_EQUAL
VK_COMPARE_OP_LESS_OR_EQUAL
VK_COMPARE_OP_GREATER
VK_COMPARE_OP_NOT_EQUAL
VK_COMPARE_OP_GREATER_OR_EQUAL
VK_COMPARE_OP_ALWAYS
Method Details
values()
valueOf(String)
value()
Enum Constant Summary
Enum Constants
Specifies that the test always passes.
Specifies that the test passes when R = S.
Specifies that the test passes when R > S.
Specifies that the test passes when R ≥ S.
Specifies that the test passes when R < S.
Specifies that the test passes when R ≤ S.
Specifies that the test never passes.
Specifies that the test passes when R ≠ S.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
VK_COMPARE_OP_LESS_OR_EQUAL
VK_COMPARE_OP_GREATER_OR_EQUAL