GpuPreference
Electron APIs / overlay / GpuPreference
type GpuPreference = "default" | "highPerformance";
Which GPU Windows should run this application on.
default—No preference is recorded; Windows decides (normally the adapter driving the primary display).highPerformance—Pin the application to the high-performance (usually discrete) adapter.
See
IOverwolfOverlayApi.setGpuPreference.
Since
2.0.5