Description:
I'm using the ADLX SDK to read and manage Radeon Boost settings through IADLX3DBoost. When querying the current resolution using GetResolution(), the values reported appear to be inverted compared to what is shown and expected in the official AMD Radeon Software UI.
🧪 Steps to Reproduce
- Open the official AMD Radeon Software.
- Go to Gaming > Graphics > Radeon Boost.
- Select Performance mode in the UI.
- Run the ADLX sample code (based on IADLX3DBoost::GetResolution()).
- Observe the reported Current Resolution.
Then:
- Switch to Quality mode in the Radeon Software.
7.Rerun the ADLX code.
- Compare the Current Resolution value.
🔎 Observed Behavior
When Performance mode is selected in Radeon Software, I get:
IsEnabled: 1
Current Resolution: 84
Resolution limit [ 50 ,84 ], step: 17
When Quality mode is selected:
IsEnabled: 1
Current Resolution: 50
Resolution limit [ 50 ,84 ], step: 17
Description:
I'm using the ADLX SDK to read and manage Radeon Boost settings through IADLX3DBoost. When querying the current resolution using GetResolution(), the values reported appear to be inverted compared to what is shown and expected in the official AMD Radeon Software UI.
🧪 Steps to Reproduce
Then:
7.Rerun the ADLX code.
🔎 Observed Behavior
When Performance mode is selected in Radeon Software, I get:
When Quality mode is selected: