From Christian Kehl, changes for making osgAndroid working with GLES1 enabled
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14862 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
eb5791e5e2
commit
5380aebfc1
@ -32,7 +32,7 @@
|
|||||||
(defined(GL_VERSION_ES_CM_1_1) && GL_VERSION_ES_CM_1_1 > 0)
|
(defined(GL_VERSION_ES_CM_1_1) && GL_VERSION_ES_CM_1_1 > 0)
|
||||||
|
|
||||||
#define OPENGLES_1_1_FOUND 1
|
#define OPENGLES_1_1_FOUND 1
|
||||||
|
typedef GLfloat GLdouble;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GL_SAMPLER_2D_ARRAY_EXT
|
#ifndef GL_SAMPLER_2D_ARRAY_EXT
|
||||||
|
Loading…
Reference in New Issue
Block a user