diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-26 20:32:02 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-26 20:32:02 -0600 |
commit | 4eb803975d5c724f0c5c3c6aad4d6afa3d30571b (patch) | |
tree | 5f92c35ab2399348e2f9dc8638c9c5d19c37f370 /include/GL/glxext.h | |
parent | 273058b677bdd4d9e8626f919372eb68a6aef095 (diff) |
glxext.h: upgraded to 2010/02/10 version
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r-- | include/GL/glxext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 44224308f5..407d4f966e 100644 --- a/include/GL/glxext.h +++ b/include/GL/glxext.h @@ -124,6 +124,10 @@ extern "C" { #define GLX_SAMPLES_ARB 100001 #endif +#ifndef GLX_ARB_vertex_buffer_object +#define GLX_CONTEXT_ALLOW_BUFFER_BYTE_ORDER_MISMATCH_ARB 0x2095 +#endif + #ifndef GLX_ARB_fbconfig_float #define GLX_RGBA_FLOAT_TYPE_ARB 0x20B9 #define GLX_RGBA_FLOAT_BIT_ARB 0x00000004 |