Someone's header file doesn't include these.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@848 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ec2d561ffd
commit
a952965761
1 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,15 @@ extern qlpMTex2FUNC qglMultiTexCoord2fARB;
|
|||
#include <GL/glext.h> //would be ideal.
|
||||
#else
|
||||
|
||||
#ifndef GL_TEXTURE_WIDTH
|
||||
#define GL_TEXTURE_WIDTH 0x1000
|
||||
#endif
|
||||
#ifndef GL_TEXTURE_HEIGHT
|
||||
#define GL_TEXTURE_HEIGHT 0x1001
|
||||
#endif
|
||||
#ifndef GL_TEXTURE_INTERNAL_FORMAT
|
||||
#define GL_TEXTURE_INTERNAL_FORMAT 0x1003
|
||||
#endif
|
||||
|
||||
//#ifndef GL_VERSION_1_2
|
||||
#define GL_CLAMP_TO_EDGE 0x812F
|
||||
|
|
Loading…
Reference in a new issue