nw::lyt::MultiArcResourceAccessor::RegistTexture Member Function

Syntax

TextureKey RegistTexture(
     const char* name,
     const TextureInfo & textureInfo
);

Arguments

Name Description
name The name of the texture.
textureInfo The texture information.

Return Values

Returns a registration key. This key is used to cancel registration.

Description

Registers a texture.

This function sets a texture for a resource accessor so that it is included as a target in searched made by the GetTexture function.

See Also

UnregistTexture

Revision History

2010/01/26
Initial version.

CONFIDENTIAL