WrapMode
The method used to render textures when texture coordinates are outside of the 0-1 range.
Value | Description |
clamp | The texture will be clamped at its edges. |
repeat | The texture repeats. |
mirroredrepeat | The texture will repeat, mirroring its appearance each time it repeats. |
See also
lovr.graphics