nw::lyt::TexMap::SetWrapMode Member Function

Syntax

void SetWrapMode(
     TexWrap wrapS,
     TexWrap wrapT
);

Arguments

Name Description
wrapS Wrap mode of a texture in the s direction.
wrapT Wrap mode of a texture in the t direction.

Return Values

None.

Description

Sets the wrap mode of a texture.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL