[osg-users] Crash with VBO and shared context

Robert Osfield robert.osfield at gmail.com
Wed Jul 26 04:05:43 PDT 2017


On 26 July 2017 at 11:57, Romain Roch <jumaroch.belpecajo at gmail.com> wrote:

> Sorry Robert, I should have been more clear with my explanation...
> The fix I was referring is the following:
>
> Code:
> _glExtensions = GLExtensions::Get(_contextID, true);
>
>
> instead of:
>
> Code:
> _glExtensions = new GLExtensions(_contextID);
> GLExtensions::Set(_contextID, _glExtensions.get());
>
>
> which can replace and delete an existing instance of GLExtensions.
>
> I looked at your last commit and I only see the function move, but not the
> modification of the State::_glExtensions initialization.
>

Ooops, I missed pushing the second commit, now done :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20170726/b3644713/attachment.htm>


More information about the osg-users mailing list