Fix gles-only builds.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5504 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2019-08-03 03:41:22 +00:00
parent 5066a8b1b5
commit 15faa72a3d
1 changed files with 4 additions and 1 deletions

View File

@ -933,7 +933,10 @@ typedef void (APIENTRY * PFNGLUNLOCKARRAYSEXTPROC) (void);
#endif
#ifndef GL_LINE
#define GL_LINE 0x1B01
#define GL_LINE 0x1B01
#endif
#ifndef GL_POLYGON_OFFSET_LINE
#define GL_POLYGON_OFFSET_LINE 0x2A02
#endif
#ifndef GL_SAMPLES_PASSED_ARB