SingleThreadCommandQueue::PushThreadCommand

SingleThreadCommandQueue::PushThreadCommand
virtual void PushThreadCommand(ThreadCommand* command);
Description

PushThreadCommand pushes a command to be executed, it is expected that command will be AddRef-ed until executed on the render thread.

Parameters
Parameters 
Description 
ThreadCommand* command 
The command to be executed on the render thread.