mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +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
|
@ -935,6 +935,9 @@ typedef void (APIENTRY * PFNGLUNLOCKARRAYSEXTPROC) (void);
|
|||
#ifndef GL_LINE
|
||||
#define GL_LINE 0x1B01
|
||||
#endif
|
||||
#ifndef GL_POLYGON_OFFSET_LINE
|
||||
#define GL_POLYGON_OFFSET_LINE 0x2A02
|
||||
#endif
|
||||
|
||||
#ifndef GL_SAMPLES_PASSED_ARB
|
||||
#define GL_SAMPLES_PASSED_ARB 0x8914
|
||||
|
|
Loading…
Reference in a new issue