On Mon, 25 Jun 2018 at 15:59, Maxim Stere <osgfo...@tevs.eu> wrote: > Would it help if I submit a fix for windows to make GL3 work out of the box? > It seems to be an easy one... > > At least this way it will not error out if someone selects it...
You only get an error if you mismatch the CMake settings to the the headers you have, these OPENGL_PROFILE is meant to help select the appropriate headers. If you have gl3 headers (which are the old ones) installed and try to use GLCORE then you should expect problems, and have the modern GLcorearb.h installed and select GL3 then you'll get problems. So I don't think it's a case of "fixing" things for Windows. Just not misusing it. Robert. _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org