OpenGL version request?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
hansmbakker
Posts: 41
Joined: Mon Feb 16, 2004 7:37 pm

OpenGL version request?

Post by hansmbakker »

hello

the irrlicht engine works great for me, but i have a question:

my nvidia driver supports opengl 1.5, but irrlicht uses 1.2

would it be faster if it was using 1.5? Will it be updated soon? (it uses directx 9, too, which is also the latest version of directx)

i know opengl is out already but it isn't used wide.
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

OpenGL 1.5 hasn't the right license yet if I recall correctly.
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

Newer versions of OpenGL have more features. The OpenGL 1.5 specification says nothing differently about speed (as far as I know I haven't actually read any OpenGL specification). Windows headers for OpenGL only go up to 1.1 or something anyway, so everything else has to be done with extensions. 1.5 may have soem features whose use would speed up Irrlicht, btu as far as core rendering there shoudl be no difference. Your graphics card is still running a 1.5 driver anyway, regardless of what features irrlicht uses.
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.

Crucible of Stars
Post Reply