If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Quibbler
Posts: 25 Joined: Tue Feb 14, 2006 5:34 pm
Post
by Quibbler » Sun Sep 23, 2007 9:18 pm
I want to know if it's possible to determine the user's capabilities before trying to create IrrlichtDevice.
For example, I run a OpenGL program on one machine but on another it fails to run (because the graphics card isn't OpenGL compatible)
Therefore, I need a way to check what interfaces (OpenGL, DirectX, or others...) the program can use.
How do I check this??
hybrid
Admin
Posts: 14143 Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:
Post
by hybrid » Sun Sep 23, 2007 9:51 pm
If you create a drier and it returns 0 it is not supported. Simply as that. For more specific features there is a feature check inside the driver you can query.
What gfx card is not capable of doing OpenGL?