TextureCache

TextureCache
Scaleform::Render::TextureCache
Declaration
class TextureCache : public RefCountBase<TextureCache, StatRender_TextureManager_Mem>;
Description

TextureCache is an interface for the texture caching system.

Methods
Method 
Description 
Begins rendering the current frame. 
Informs cache that the frame rendering has ended; causes cache eviction queue update. 
Does a pass on the current state of the texture caching system. 
Called when a texture is created. 
Called when a texture is destroyed by the system, and therefore no longer needs to be checked for eviction. 
Called when a texture is evicted by the caching system. 
Called when a texture is set in the pipeline to be used for rendering. 
File

Render_TextureCache.h