How to force Discrete GPU in electron.js?

后端 未结 2 650
日久生厌
日久生厌 2021-01-25 17:01

Update: I also saw documentation and discussions that it must always use discrete GPU but it is not, it always use internal one at the moment.

I need to use discrete GPU

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-25 17:21

    With current Electron.js/WebGL, there is no mechanism to enforce this. However, you shouldn't need to, because running on the discrete GPU is the default.

提交回复
热议问题