TextureSampler.WrapMode
class TextureSampler.WrapMode
Defines the constants for texture wrap modes.
Summary
Public companion properties |
|
|---|---|
TextureSampler.WrapMode |
The edge of the texture extends to infinity. |
TextureSampler.WrapMode |
The texture infinitely repeats and mirrors in the wrap direction. |
TextureSampler.WrapMode |
The texture infinitely repeats in the wrap direction. |
Public companion properties
CLAMP_TO_EDGE
val CLAMP_TO_EDGE: TextureSampler.WrapMode
The edge of the texture extends to infinity.
MIRRORED_REPEAT
val MIRRORED_REPEAT: TextureSampler.WrapMode
The texture infinitely repeats and mirrors in the wrap direction.