Share

AcGsConfig::shiftDegradationChainPosition

C++

virtual void shiftDegradationChainPosition(
    DegradationChannel, 
    bool bShiftDown
) = 0;

Description

Shifts the specified degradation channel down or up in the degradation chain.

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.

Parameters

Parameters Description
bShiftDown Input Boolean; true to shift channel down in the chain; false to shift channel up
channel Input DegradationChannel to be shifted

Links

AcGsConfig

Was this information helpful?