-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum TextureSampler.CompareFunctionComparison functions for the depth sampler.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LESS_EQUALLess or equal
GREATER_EQUALGreater or equal
LESSStrictly less than
GREATERStrictly greater than
EQUALEqual
NOT_EQUALNot equal
ALWAYSAlways. Depth testing is deactivated.
NEVERNever. The depth test always fails.
-
Method Summary
Modifier and Type Method Description static Array<TextureSampler.CompareFunction>values()static TextureSampler.CompareFunctionvalueOf(String name)-
-
Method Detail
-
values
static Array<TextureSampler.CompareFunction> values()
-
valueOf
static TextureSampler.CompareFunction valueOf(String name)
-
-
-
-