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