ThreadCommandQueue

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

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.

Methods
Method 
Description 
Queries render interfaces used by the thread. 
Pushes a command to be executed on the render thread. 
File

Render_ThreadCommandQueue.h