diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2011-10-08 10:25:35 +0100 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-10-08 10:52:14 +0100 |
commit | fe97936e69656c29be5e9b496cf8f1b2e73695b7 (patch) | |
tree | 09f85c8849d74a476a3eecae4e041feb6e84f2d5 /thirdparty | |
parent | d92831ec64d9b29314d10e5cc226e6bcdf59475b (diff) |
Update glext.h
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/glext/glext.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/thirdparty/glext/glext.h b/thirdparty/glext/glext.h index 0940021..af58da2 100644 --- a/thirdparty/glext/glext.h +++ b/thirdparty/glext/glext.h @@ -29,9 +29,9 @@ extern "C" { */ /* Header file version number, required by OpenGL ABI for Linux */ -/* glext.h last updated $Date: 2011-08-08 00:34:29 -0700 (Mon, 08 Aug 2011) $ */ +/* glext.h last updated $Date: 2011-10-02 22:22:16 -0700 (Sun, 02 Oct 2011) $ */ /* Current version at http://www.opengl.org/registry/ */ -#define GL_GLEXT_VERSION 72 +#define GL_GLEXT_VERSION 73 /* Function declaration macros - to move into glplatform.h */ #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) @@ -516,8 +516,6 @@ extern "C" { #define GL_MINOR_VERSION 0x821C #define GL_NUM_EXTENSIONS 0x821D #define GL_CONTEXT_FLAGS 0x821E -#define GL_DEPTH_BUFFER 0x8223 -#define GL_STENCIL_BUFFER 0x8224 #define GL_COMPRESSED_RED 0x8225 #define GL_COMPRESSED_RG 0x8226 #define GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT 0x0001 |