mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
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:
parent
5066a8b1b5
commit
15faa72a3d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue