nw::lyt::Material::SetTexSRT Member Function

Syntax

void SetTexSRT(
     u32 idx,
     const TexSRT & value
);

Arguments

Name Description
idx Index.
value Texture SRT matrix to be set.

Return Values

None.

Description

Sets the texture SRT matrix.

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

See Also

GetTexSRT
ReserveMem
SetTexSRTNum

Revision History

2009/09/18
Initial version.

CONFIDENTIAL