Glext.h with OpenGL 2.0 prototypes

i would like to practice GL shading language and i am looking for glext.h with OpenGL 2.0 function prototypes.

i tried at oss.sgi.com, but there is only OpenGL 1.5 available.

As long as there are no OpenGL 2.0 implementations shipping you won’t get the function pointers for the OpenGL 2.0 entry points.
If you want to start with GLSL get a glext.h which has support for the GL_ARB_*_shader extensions.

Originally posted by Mega:
[b]i would like to practice GL shading language and i am looking for glext.h with OpenGL 2.0 function prototypes.

i tried at oss.sgi.com, but there is only OpenGL 1.5 available.[/b]
Try some of the extension loading libs, which have or generate needed headers and set up the function pointers for you…

For example glew: http://glew.sf.net

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.