nw::lyt::Material::GetTexMap Member Function

Syntax

const TexMap & GetTexMap(
     u32 idx
) const;

Arguments

Name Description
idx Index.

Return Values

Returns the reference to an object.

Description

Gets the texture data.

This function generates an assert if a value larger than the number of textures set by the ReserveMem() or SetTexMapNum() function is passed in idx.

See Also

SetTexMap
ReserveMem
SetTexMapNum

Revision History

2009/09/18
Initial version.

CONFIDENTIAL