[osg-users] GL3 Profile

Robert Osfield robert.osfield at gmail.com
Mon Jun 25 08:40:27 PDT 2018


On Mon, 25 Jun 2018 at 15:59, Maxim Stere <osgforum at 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.


More information about the osg-users mailing list