TextureWrapMode


Vocabulary
raylib

Variable description
Represents the way a texture will repeate when reading past the image bounds.

Enum members
TEXTURE_WRAP_REPEAT

TEXTURE_WRAP_CLAMP

TEXTURE_WRAP_MIRROR_REPEAT

TEXTURE_WRAP_MIRROR_CLAMP


Definition