bool Initialize(HAL* phal, unsigned configFlags);
Initializes the shader manager and registers the VertexShaders and the PixelShaders.
Parameters |
Description |
HAL* phal |
The render HAL. |
unsigned configFlags |
The render config flags. |
A Boolean value of true if the shader manager is initialized and false otherwise.