Shaku

Shaku JS

Back To Table of Content

Texture Wrap Modes

Typedefs

TextureWrapMode : String

TextureWrapModes : enum

Texture wrap modes, determine what to do when texture coordinates are outside texture boundaries.

Kind: global enum
Read only: true
Properties

Name Type Default
Clamp TextureWrapMode CLAMP_TO_EDGE
Repeat TextureWrapMode REPEAT
RepeatMirrored TextureWrapMode MIRRORED_REPEAT

TextureWrapMode : String

Kind: global typedef