Scaleform::Render::TextureManagerLocks
class TextureManagerLocks : public RefCountBase<TextureManagerLocks, StatRender_TextureManager_Mem>;
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 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. |
Method |
Description |
TextureManagerLocks constructor. |
Render_Image.h