TextureManagerLocks

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

TextureManagerLocks contains TextureMutex and other synchronization objects. These are separated into a separate object to allow proper synchronization when Texture and TextureManager objects die out of order on different threads.

Data Members
Data Member 
Description 
Lock obtained when pImage within any texture is used/cleared. 
Pointer to the Texture manager. 
Notified when TextureInitQueue is processed. 
Mutex obtained when TextureManager::Textures/InitTextureQueue is modified. 
Methods
Method 
Description 
TextureManagerLocks constructor. 
File

Render_Image.h