HALInitParams(VulkanContext& context, UInt32 halConfigFlags = 0, ThreadId renderThreadId = ThreadId());
HALInitParams constructor.
Parameters |
Description |
VulkanContext& context |
The Vulkan context. |
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. |