nw::lyt::TexWrap Enumerated Type
Syntax
enum TexWrap;
Value
Value
Description
TEXWRAP_CLAMP
Clamps texture wrap.
TEXWRAP_REPEAT
Repeats the texture.
TEXWRAP_MIRROR
Mirros the texture.
TEXWRAP_MAX
Total number of enumerators.
Description
Enumerator indicating the texture wrap mode.
Revision History
2009/09/18
Initial version.
CONFIDENTIAL