Wrapping

Texture wrapping modes

Values

ValueMeaning
ClampGL_CLAMP_TO_BORDER

Clamp texture sampling to be within the texture

RepeatGL_REPEAT

Wrap the texture in every direction idefinitely

MirrorGL_MIRRORED_REPEAT

Wrap the texture mirrored in every direction indefinitely

Meta