I'd like to know how can I retrieve GPU info within Electron app.
I would like to get the same info as when I type in the browser chrome://gpu/ and log this information for diagnostics.
Thanks for the help!
https://www.electronjs.org/docs/all#appgetgpuinfoinfotype
const electron = require('electron');
electron.app.getGPUInfo('complete').then(function(data)
{
console.log(data);
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With