Hi Michael, On 22 March 2018 at 09:52, michael kapelko <[email protected]> wrote: > The "GLExtension fix" PR ( > https://github.com/openscenegraph/OpenSceneGraph/pull/485 ) broke web > builds ( > https://github.com/OGStudio/openscenegraph-cross-platform-guide/tree/master/1.10.SampleWeb > ). > Moreover: > * neither "GLExtension fix" PR, nor osg-users mailing list contained > ANY description > * the change was INCONSISTENT because the checks before and after it > were still using the removed GLES2_FEATURES
PBO suport was added in OpenGL ES 3.0 and isn't available by default for ES 2.0 so the GLExtension fix PR is correct. Could show us what the error occurred and let us know what build specific can be used to illustrate the error so that we can look at what might be going wrong and how we might address it. Cheers, Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

