virtual void TextureDestroyed(Render::Texture* ptexture) = 0;
TextureDestroyed is called when a texture is destroyed by the system, and therefore no longer needs to be checked for eviction.
|
Parameters |
Description |
|
Render::Texture* ptexture |
Texture that is destroyed by the system. |