HALInitParams

HALInitParams
struct HALInitParams : public Render::HALInitParams {
  String BinaryShaderPath;
};
Description

HALInitParams provides OpenGL-specific rendering initialization parameters for HAL::InitHAL.

Data Members
Data Member 
Description 
The folder in which to store cached binary shaders (if applicable for the given system). 
Methods
Method 
Description 
Obtains the texture manager used for initializing textures. 
HALInitParams constructor. 
Sets the TextureManager used for initializing textures. 
File

GL_HAL.h