TextureWrap

Texture parameters: wrap mode

Values

ValueMeaning
TEXTURE_WRAP_REPEAT0

Repeats texture in tiled mode

TEXTURE_WRAP_CLAMP1

Clamps texture to edge pixel in tiled mode

TEXTURE_WRAP_MIRROR_REPEAT2

Mirrors and repeats the texture in tiled mode

TEXTURE_WRAP_MIRROR_CLAMP3

Mirrors and clamps to border the texture in tiled mode

Meta