3

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?

pixelmike
  • 1,973
  • 1
  • 19
  • 31

1 Answers1

2

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.

lantius
  • 1,196
  • 9
  • 9