Share

AcGsConfig::isHardwareAccelerationRecommended Method

C++

virtual bool isHardwareAccelerationRecommended() const = 0;

Description

Specifies whether hardware acceleration should be turned on or not, depending on the video card on the system.

Remarks

This value can be somewhat misleading. Despite what it means, we do turn on acceleration as long as it is available. When we say “not recommended”, it can mean “we have not fully tested this card so we have no clue” rather than “there is a problem with this card”.

Links

AcGsConfig

Previous Declaration

virtual bool isHardwareAccelerationRecommended() = 0;

Was this information helpful?