HAL(ThreadCommandQueue * commandQueue);
Render HAL constructor. HAL tracks a command queue that allows its associated systems to post commands for the render thread.
Parameters |
Description |
ThreadCommandQueue * commandQueue |
Command queue used to post commands to the rendering thread. |