HALInitParams(ID3D12Device* device, ID3D12CommandQueue* commandQueue, MemoryManager* memManager = 0, UInt32 halConfigFlags = 0, ThreadId renderThreadId = ThreadId());
Initializes the D3D12 specific render parameters.
Parameters |
Description |
ID3D12Device* device |
The Direct3D device. |
ID3D12CommandQueue* commandQueue |
The D3D12 CommandQueue. |
MemoryManager* memManager = 0 |
The memory manager. |
UInt32 halConfigFlags = 0 |
One or more of the HALConfigFlags. |
ThreadId renderThreadId = ThreadId() |
The Id of the rendering thread used by the renderer; ignored if single-threaded. |