opengl API: where is it???

Programming Reality Factory and Genesis3D.
Post Reply
Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

opengl API: where is it???

Post by Jay »

Does somebody know where i can get the newest version of the opengl api?
Everyone can see the difficult, but only the wise can see the simple.
-----
User avatar
paradoxnj
RF2 Dev Team
Posts: 1328
Joined: Wed Mar 01, 2006 7:37 pm
Location: Brick, NJ
Contact:

Post by paradoxnj »

http://www.opengl.org for starters.

OpenGL is not your typical SDK. It has a base (v1.1) and extensions (glext.h). The extensions are what up the version number. To make your OpenGL application 2.0 compliant, you just have to load 1 v2.0 extension (shaders).
Jay
RF Dev Team
Posts: 1232
Joined: Fri Jul 08, 2005 1:56 pm
Location: Germany

Post by Jay »

ah ok. Now i understand it. Thanks.
Everyone can see the difficult, but only the wise can see the simple.
-----
Post Reply