Enumeration TextureWrapFunction

Wrapping functions for textures.

Enumeration Members

Enumeration Members

CLAMP_TO_EDGE: 33071

The last pixel of the texture repeats after it ends.

MIRRORED_REPEAT: 33648

The texture repeats after it ends, mirroring on each repetition.

REPEAT: 10497

The texture repeats after it ends.

Generated using TypeDoc