Deprecated Opengl 1.1 and 1.0 definitions

Started by
3 comments, last by troxtril 13 years, 9 months ago
How can I find an up to date gl.h that shows deprecated definitions? as you know glext only has the ones after 1.2..
Advertisement
AFAIK deprecation was introduced with OpenGL 3.0, so glext 1.2+ should contain everything available in 1.0 or 1.1.
If I was helpful, feel free to rate me up ;)If I wasn't and you feel to rate me down, please let me know why!
I mean what is deprecated in for example msvc++'s gl.h today (within gl 4.0)
as you know glext.h has GL_VERSION_x_y and GL_VERSION_x_y_DEPRECATED definitions for this distinction but glext starts from 1.2 so can't decide which functions and definitions are deprecated in 1.0 and 1.1 in 4.0 (or after 3.0)
From OpenGL Registry :

gl3.h
glext.h
glxext.h
wglext.h


Is it what your are looking for ?
- Iliak -
[ ArcEngine: An open source .Net gaming framework ]
[ Dungeon Eye: An open source remake of Eye of the Beholder II ]
gl3.h is what I was looking for. thanks.

This topic is closed to new replies.

Advertisement