GL_SGIS_generate_mipmap added

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@314 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-10-07 13:14:42 +00:00
parent 0f1a14e0a9
commit db58b57cf8
1 changed files with 6 additions and 0 deletions

View File

@ -384,6 +384,12 @@ typedef GLboolean (APIENTRYP PFNGLISPROGRAMARBPROC) (GLuint program);
/* All ARB_fragment_program entry points are shared with ARB_vertex_program. */
#endif
#ifndef GL_SGIS_generate_mipmap
#define GL_SGIS_generate_mipmap 1
#define GL_GENERATE_MIPMAP_SGIS 0x8191
#define GL_GENERATE_MIPMAP_HINT_SGIS 0x8192
#endif
#endif