nw::gfx::res::ResGraphicsFile::ForeachTexture Member Function

Syntax

template <typename TFunction>
void ForeachTexture(
     TFunction * function
);

Template Arguments

Name Description
TFunction The type of the function (object) that takes ResTexture as an argument.

Arguments

Name Description
in function The function (object) to apply.

Return Values

None.

Description

Goes though all ResTexture in ResGraphicsFile, applying TFunction. This is a special version of the pointer.

See Also

nw::gfx::res::TextureLocationFlagSetter


CONFIDENTIAL