diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glext.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h index 08d23a875a..b2df4e8064 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -50,7 +50,8 @@ extern "C" { * 7. Brian Paul, 7 Apr 2000 * Minor clean-ups, temporary token values for GL_SGIS_pixel_texture * 8. Brian Paul, 15 Apr 2000 - * Added GL_EXT_texture_cube_map, adding some missing tokens values. + * Added GL_EXT_texture_cube_map, GL_NV_texgen_emboss, adding some + * missing tokens values. */ #define GL_GLEXT_VERSION_EXT 8 @@ -3197,6 +3198,21 @@ typedef void (APIENTRY * PFNGLGETCOMPRESSEDTEXIMAGEARBPROC) (GLenum target, GLin /* + * ? GL_NV_texgen_emboss + */ + +#ifndef GL_NV_texgen_emboss +#define GL_NV_texgen_emboss 1 + +#define GL_EMBOSS_MAP_NV 0x855F +#define GL_EMBOSS_LIGHT_NV 0x855D +#define GL_EMBOSS_CONSTANT_NV 0x855E + +#endif /* GL_NV_texgen_emboss */ + + + +/* * ??. GL_WIN_swap_hint */ #ifndef GL_WIN_swap_hint |