TextureCache::TextureDestroyed

TextureCache::TextureDestroyed
virtual void TextureDestroyed(Render::Texture* ptexture) = 0;
Description

TextureDestroyed is called when a texture is destroyed by the system, and therefore no longer needs to be checked for eviction.

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