[osg-users] Extension '' is not supported
Robert Osfield
robert.osfield at gmail.com
Fri Nov 9 03:16:10 PST 2018
I traced it back to a line in SceneGraph.cpp's SceneView::init():
// force the initialization of the OpenGL extension string
// to try and work around a Windows NVidia driver bug circa Oct 2006.
osg::isGLExtensionSupported(_renderInfo.getState()->getContextID(),"");
So the confirms that the issue is benign, and I think given it's 12 years
on that there have been lots of other changes to the osg::State &
GLExtensions are setup it's probably safe to remove - there are lots of
other extensions being checked prior to the "" ones. I will check in
removal of this call to OSG-3.6 branch and master.
Robert.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20181109/a7bef4a9/attachment.html>
More information about the osg-users
mailing list