Handbook
Glossary
texture-wrap
Vocabulary
gpu
.
textures
Class description
Values of this class are used in the
wrap
slot of a set of
texture-parameters
to specify how texture coordinates outside the 0.0 to 1.0 range should be mapped onto the texture image.
•
clamp-texcoord-to-edge
clamps coordinates to the edge of the texture image.
•
clamp-texcoord-to-border
clamps coordinates to the border of the texture image.
•
repeat-texcoord
repeats the texture image.
•
repeat-texcoord-mirrored
repeats the texture image, mirroring it with each repetition.
Definition
IN:
gpu.textures
MIXIN:
texture-wrap
INSTANCE:
clamp-texcoord-to-edge
texture-wrap
INSTANCE:
clamp-texcoord-to-border
texture-wrap
INSTANCE:
repeat-texcoord
texture-wrap
INSTANCE:
repeat-texcoord-mirrored
texture-wrap