Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Detect if IE11 is using software rendering?

Tags:

webgl

I'm running a webgl app on two different PCs, both with capable graphics cards that run fine in FF, Chrome and Opera. On my laptop (with an Nvidia card) IE also runs fine. On the desktop PC (which has an ATI card), IE seems to switch to software rendering - a console message indicates this. On this computer, the rendering is unusably slow so I'd like to switch to using the settings I use for mobile devices, which would perform ok.

So my question is, is there any way to know if IE is using software rendering?

like image 390
pixelmike Avatar asked Jun 05 '26 02:06

pixelmike


1 Answers

The August 2014 update for IE11 included support for failIfMajorPerformanceCaveat at context creation, which should fail to create the context if it's using software rendering.

like image 153
lantius Avatar answered Jun 07 '26 22:06

lantius



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!