where to download gl.h?

my opengl program complain about glTexImage3DEXT. i guess it’s coz i use OpenGL 1.1 version of gl.h, which lacks support for 3D texture… however, i couldn’t find where to download newer version of gl.h.

help pls.

I think there is no more ‘EXT’ at the end of glTexture3D. Well nevermind, see : http://oss.sgi.com/projects/ogl-sample/registry/
for the up-to-date version of glext.h .

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