-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum TextureSampler.WrapMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLAMP_TO_EDGEThe edge of the texture extends to infinity.
REPEATThe texture infinitely repeats in the wrap direction.
MIRRORED_REPEATThe texture infinitely repeats and mirrors in the wrap direction.
-
Method Summary
Modifier and Type Method Description static Array<TextureSampler.WrapMode>values()static TextureSampler.WrapModevalueOf(String name)-
-
Method Detail
-
values
static Array<TextureSampler.WrapMode> values()
-
valueOf
static TextureSampler.WrapMode valueOf(String name)
-
-
-
-