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:
Robert Osfield 2015-04-30 14:04:51 +00:00
parent eb5791e5e2
commit 5380aebfc1

View File

@ -32,7 +32,7 @@
(defined(GL_VERSION_ES_CM_1_1) && GL_VERSION_ES_CM_1_1 > 0)
#define OPENGLES_1_1_FOUND 1
typedef GLfloat GLdouble;
#endif
#ifndef GL_SAMPLER_2D_ARRAY_EXT