diff options
author | Brian Paul <[email protected]> | 2003-10-16 16:33:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-10-16 16:33:05 +0000 |
commit | 3eb0edb31f06d36b22fa524a3ae98ea94843fa8e (patch) | |
tree | bddc23ed54ae0c944e714475c76a04fbc5ec93f8 /include/GL | |
parent | 93dc6942eb31e06fd0ec0c7ff19bb327d816808d (diff) |
added GL_ARB_point_sprite tokens
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/gl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index a3179cf2570..e2dbeb3e93a 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -2261,6 +2261,16 @@ typedef void (APIENTRYP PFNGLGETQUERYOBJECTUIVARBPROC)(GLuint id, GLenum pname, #endif /* GL_ARB_occlusion_query */ +/* XXX temporary until glext.h is updated! */ +#ifndef GL_ARB_point_sprite +#define GL_ARB_point_sprite 1 + +#define GL_POINT_SPRITE_ARB 0x8861 +#define GL_COORD_REPLACE_ARB 0x8862 + +#endif /* GL_ARB_point_sprite */ + + #ifndef GL_MESA_program_debug #define GL_MESA_program_debug 1 |