Hi
is it possible to switch from opengl device to software-renderer without reloading the scene?
thx
max
fallback to software-renderer without reloading?
-
- Posts: 15
- Joined: Fri Jun 03, 2011 9:35 am
Re: fallback to software-renderer without reloading?
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.
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.
#include <Iyad.h>