Page 1 of 1

fallback to software-renderer without reloading?

Posted: Thu Jul 14, 2011 12:28 pm
by max6666north
Hi

is it possible to switch from opengl device to software-renderer without reloading the scene?

thx
max

Re: fallback to software-renderer without reloading?

Posted: Thu Jul 14, 2011 2:59 pm
by Iyad
No, you actually have to delete and recreate a new device (new video driver, new scene manager, etc) ...
You could save all your pointers to your meshes and textures, but you have to call the new scene manager and video driver to load them.