C++
virtual void setHardwareAcceleratedDriver( const ACHAR * pszPath, const ACHAR * pszDriver ) = 0;
Description
This function sets the name and path of the current hardware accelerated driver. It also sets the hardware acceleration mode of the Graphics System to true.
If the Graphics System is not currently set to hardware accelerated, the driver name and path are not updated.
Parameters
Parameters | Description |
---|---|
pszPath | Null-terminated string containing the path name of the hardware accelerated driver |
pszDriver | Null-terminated string containing the name of the hardware accelerated driver |