Currently we are prioritising AMD GPUS with a higher adapter score. This has issues with newer Zen 4 and 5 CPUs as they contain a iGPU which is being given a higher priority over discrete cards from other manufacturers. This is a simple change that gives AMD and NVIDIA the same score which then relies on the physical memory check to then order them correctly.
Fixes an issue on Zen5 CPU with NVIDIA GPU whereby iGPU was always being selected.
I also added support for using EnumAdapterByGpuPreference which will use windows inbuilt gpu sorting to order adapters by performance
Currently we are prioritising AMD GPUS with a higher adapter score. This has issues with newer Zen 4 and 5 CPUs as they contain a iGPU which is being given a higher priority over discrete cards from other manufacturers. This is a simple change that gives AMD and NVIDIA the same score which then relies on the physical memory check to then order them correctly. Fixes an issue on Zen5 CPU with NVIDIA GPU whereby iGPU was always being selected.
I also added support for using
EnumAdapterByGpuPreference
which will use windows inbuilt gpu sorting to order adapters by performance