nw::lyt::MultiArcResourceAccessor::GetTexture Member Function

Syntax

virtual const TextureInfo GetTexture(
     const char * name
);

Arguments

Name Description
name The name of the texture resource.

Return Values

Returns texture information. This function attempts loading the texture if it is not owned. An invalid value TextureInfo::INVALID is set for the texture object if the texture cannot be loaded.

Description

Gets the texture information.

Gets the texture information bound to the texture object specified by name.

This function attempts loading the texture using LoadTexture() if the texture is not owned.

See Also

LoadTexture

Revision History

2010/06/18
Initial version.

CONFIDENTIAL