diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-01 03:44:10 +0000 |
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-01 03:44:10 +0000 |
| commit | 6b729d41f055ec29b8e229663147a1af891a35f1 (patch) | |
| tree | 65f8f46e90c448c5f8bc6a45ba42e3d95fa16988 | |
| parent | 058a3ab4cbfba0d5ae229c21c6907e38f594cc55 (diff) | |
added GL_GLEXT_VERSION_EXT
| -rw-r--r-- | include/GL/glext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h index a8580b4260..4c7ccbb2fb 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -32,6 +32,8 @@ extern "C" { #endif +#define GL_GLEXT_VERSION_EXT 1 + /* * 1. GL_EXT_abgr |
