virtual void PushThreadCommand(ThreadCommand* command) = 0;
PushThreadCommand pushes a command to be executed, it is expected that command will be AddRef-ed until executed on the render thread.
Parameters |
Description |
ThreadCommand* command |
The command to be executed on the render thread. |