Hi,

GLStaticLibrary.cpp defines the function

  void initGLES2ProcAddress();

even if GLES2 is not defined. This leads to some compiling errors because some 
functions do not exist in OpenGL ES 1.

I think initGLES2ProcAddrees() should be surrounded by 

#ifdef OSG_GLES2_AVAILABLE

...

#endif

Thank you!

Cheers,
Hartwig

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=52937#52937





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to