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