opengl API: where is it???
opengl API: where is it???
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.
-----
-----
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).
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).