ThreadCommandQueue::PushThreadCommand

ThreadCommandQueue::PushThreadCommand
virtual void PushThreadCommand(ThreadCommand* command) = 0;
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.