nw::lyt::DeleteTexture Function

Syntax

void DeleteTexture(
     const TextureInfo & texInfo
);

Arguments

Name Description
in texInfo The texture information.

Return Values

None.

Description

Destroys a texture.

Destroys the texture loaded using LoadTexture().

When calling LoadTexture() and DeleteTexture(), Layout::SetLayoutDrawEnable() must be configured identically.

See Also

LoadTexture
Layout::SetLayoutDrawEnable

Revision History

2011/02/28
Initial version.

CONFIDENTIAL