Scaleform::Render::ThreadCommandQueue
class ThreadCommandQueue;
ThreadCommandQueue is a command interface that should be implemented by a RenderThread and passed to Render::HAL. ThreadCommand-derived objects will be pushed on it for execution by the render thread.
Currently used for servicing TextureManager texture creation and render Context shutdown requests, which need to be handled quickly even when the render thread has no other work.
Method |
Description |
Queries render interfaces used by the thread. | |
Pushes a command to be executed on the render thread. |
Render_ThreadCommandQueue.h