Standardized on defined(__ANDROID__)
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14556 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -319,7 +319,7 @@ OSG_INIT_SINGLETON_PROXY(GLExtensionDisableStringInitializationProxy, osg::getGL
|
||||
void* osg::getGLExtensionFuncPtr(const char *funcName)
|
||||
{
|
||||
// OSG_NOTICE<<"osg::getGLExtensionFuncPtr("<<funcName<<")"<<std::endl;
|
||||
#if defined(ANDROID)
|
||||
#if defined(__ANDROID__)
|
||||
#if defined(OSG_GLES1_AVAILABLE)
|
||||
static void *handle = dlopen("libGLESv1_CM.so", RTLD_NOW);
|
||||
#elif defined(OSG_GLES2_AVAILABLE)
|
||||
|
||||
Reference in New Issue
Block a user