TextureCache::TextureEvicted

TextureCache::TextureEvicted
virtual void TextureEvicted(Render::Texture* ptexture);
Description

TextureEvicted is called when a texture is evicted by the caching system. This is provided as a convenience, so that users can use the default-implementation, and simply be notified when textures are evicted (the base class implementation should still be called).

Parameters
Parameters 
Description 
Render::Texture* ptexture 
Texture that is evicted by the caching system.