nw::lyt::ResourceAccessor::LoadTexture Member Function

Syntax

protected:
virtual const TextureInfo LoadTexture(
     const char * name
);

Arguments

Name Description
name The name of the texture resource.

Return Values

Returns texture information.

Description

Loads a texture.

This function is called from the GetTexture function the first time a texture is accessed.

Gets the texture resource using GetResource and loads it into the GL using the lyt::LoadTexture function.

See Also

GetTexture
lyt::LoadTexture

Revision History

2010/06/18
Initial version.

CONFIDENTIAL