SingleThreadCommandQueue

SingleThreadCommandQueue
Scaleform::Render::ThreadCommandQueue
    Scaleform::Render::SingleThreadCommandQueue
Declaration
class SingleThreadCommandQueue : public ThreadCommandQueue;
Description

SingleThreadedCommandQueue can be used in applications that do not separate their Render thread and Simulation thread. It executes all commands immediately. It assumes that the renderer interfaces can all be queried from the HAL.

Data Members
Data Member 
Description 
pHAL 
Pointer to the HAL used for rendering. 
Methods
Method 
Description 
Queries render interfaces used by the thread. 
Pushes a command to be executed on the render thread. 
SingleThreadCommandQueue constructor. 
File

Render_ThreadCommandQueue.h