How to get Driver Caps ?

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
radical-dev
Posts: 45
Joined: Thu Apr 24, 2008 7:54 pm
Location: Wickede, Germany

How to get Driver Caps ?

Post by radical-dev »

Hi out there!

In my current project i need some infos regarding the caps of the graphics card, the max supported texture format for example.

IVideoDriver->queryFeature() doesn't have this. Is there an solution to get this information without using OGL / DX-API-Calls ?

Thanks in advance.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, the current feature check only allows for bool returns, and hence the choice of things to query is rather limited.
radical-dev
Posts: 45
Joined: Thu Apr 24, 2008 7:54 pm
Location: Wickede, Germany

Post by radical-dev »

Damn, so i must go the way over OGL to be platform-independent.

Thx for the answer.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

... or you could modify Irrlicht. You have the source available.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
radical-dev
Posts: 45
Joined: Thu Apr 24, 2008 7:54 pm
Location: Wickede, Germany

Post by radical-dev »

Hrm...also an option. I'll see ;)
Post Reply