Scaleform::Render::ContextImpl::RenderNotify
class RenderNotify;
RenderNotify is a context rendering interface which notifies renderer of changes in the rendering tree.
Class |
Description |
Command which is pushed to the RenderThread queue when ActiveContextSet needs servicing, typically to handle any context shut down requests. |
Data Member |
Description |
An instance of ServiceCommand. |
Method |
Description |
Called from Context::ShutdownRendering for a context. | |
Called from EndFrame of the renderer to inform Context of frame completion, enabling NextCapture. | |
Returns a pointer to the RenderNotify. | |
Returns render thread command queue, if any, used to post commands that must be executed by the render thread. | |
Notifies when a new frame capture has taken place for a Context. | |
Executes the queued up commands on the render thread. | |
RenderNotify constructor. | |
Services any pending shutdown requests for Context objects currently associated with this particular renderer. |
Structure |
Description |
Structure describing the Context that is available for rendering. |
Render_Context.h