Share

AcGsConfig::canDegradeChannel

C++

virtual bool canDegradeChannel(
    DegradationChannel
) const = 0;

Description

The degradation chain is the list of degradation channels which are enabled and placed in a specific order. Upon degradation, the chain is traversed, degrading one channel at a time until the target frame rate is reached or the last channel has been degraded. .

Returns true if degradation channel is enabled for degradation, otherwise false.

Parameters

Parameters Description
channel Input DegradationChannel to query

Links

AcGsConfig

Previous Declaration

virtual bool canDegradeChannel(

DegradationChannel channel

) = 0;

Was this information helpful?