ConstReadonlyCLAMP_TO_EDGE: "clamp-to-edge"Clamp the texture coordinates to the edge.
ReadonlyDEFAULT: "repeat"The wrap mode assumed when none is specified.
ReadonlyMIRRORED_REPEAT: "mirror-repeat"Repeat the texture mirrored.
ReadonlyREPEAT: "repeat"Repeat the texture.
Texture wrapping modes.