virtual void PushThreadCommand(Render::ThreadCommand* command);
PushThreadCommand is a Render::ThreadCommandQueue implementation for executing a command on the render thread.
Parameters |
Description |
Render::ThreadCommand* command |
Command to be executed on the render thread. |