nw::gfx::res::ResGraphicsFile::ForeachUnresolvedReferenceTexture Member Function

Syntax

template <typename TFunction>
void ForeachUnresolvedReferenceTexture(
     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

All ResTexture objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceTexture remains unresolved. This is a special version of the pointer.


CONFIDENTIAL