OpenGL 3.0

Hi all,

I have two questions:

Geforce 9500 GT supports OpenGL 3.0?

Where I can find an simple example of using OpenGL 3.0 with GLEW in Windows?

Thanks

Yes, nVidia support OGL3 since 8 series (with the updated driver).

I have written a basis example for wxWidget, (without glew).
You can find it here
http://www.opengl.org/discussion_boards/…4952#Post244952

it’s an early release but I have test it with the new nVidia driver and it still works. :slight_smile:

Thanks for you answer!