Determining user's capabilities

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.
Post Reply
Quibbler
Posts: 25
Joined: Tue Feb 14, 2006 5:34 pm

Determining user's capabilities

Post by Quibbler »

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 »

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?
Post Reply