Scaleform::Render::ContextImpl

Scaleform::Render::ContextImpl

Threaded rendering context used by the 2D renderer.

Classes
Class 
Description 
Thread-safe rendering support system that manages lifetime of a rendering tree which can be modified in one thread while being used for rendering in another. 
A base class for all of the context-allocated entries used for rendering nodes; users should derive all of the rendering tree items from this class. 
A recorder that records every time a write modification is made to the node, allowing change list to be passed to the renderer thread. 
Context rendering interface which notifies renderer of changes. 
Enables simplified thread-safe passage of nodes from main to render thread, without requiring synchronization with Context
Templates
Template 
Description 
Context entry handle intended to pass values of a specific node to the rendering thread.