mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
------------------------------------------------------------------------
r4247 | acceptthis | 2013-03-08 02:53:53 +0000 (Fri, 08 Mar 2013) | 1 line GL_DEPTH_COMPONENT missing on android. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4243 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
59217fec4d
commit
89da43fe5c
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ extern qlpMTex2FUNC qglMultiTexCoord2fARB;
|
||||||
#define GL_TEXTURE_INTERNAL_FORMAT 0x1003
|
#define GL_TEXTURE_INTERNAL_FORMAT 0x1003
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef GL_DEPTH_COMPONENT
|
||||||
|
#define GL_DEPTH_COMPONENT 0x1902
|
||||||
|
#endif
|
||||||
|
|
||||||
//#ifndef GL_VERSION_1_2
|
//#ifndef GL_VERSION_1_2
|
||||||
#define GL_CLAMP_TO_EDGE 0x812F
|
#define GL_CLAMP_TO_EDGE 0x812F
|
||||||
//#endif
|
//#endif
|
||||||
|
|
Loading…
Reference in a new issue