nw::lyt::TexWrap Enumerated Typeenum TexWrap;
| Value | Description |
|---|---|
| TEXWRAP_CLAMP | Clamps texture wrap. |
| TEXWRAP_REPEAT | Repeats the texture. |
| TEXWRAP_MIRROR | Mirros the texture. |
| TEXWRAP_MAX | Total number of enumerators. |
Enumerator indicating the texture wrap mode.
CONFIDENTIAL