HALInitParams::HALInitParams

HALInitParams::HALInitParams
HALInitParams(UInt32 halConfigFlags = 0, ThreadId renderThreadId = ThreadId(), const String& binaryShaderPath = String());
Description

HALInitParams constructor.

Parameters
Parameters 
Description 
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. 
const String& binaryShaderPath = String() 
The folder in which to store cached binary shaders (if applicable for the given system).