Scaleform::Render::TextureCache
class TextureCache : public RefCountBase<TextureCache, StatRender_TextureManager_Mem>;
TextureCache is an interface for the texture caching system.
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. |
Render_TextureCache.h