On 22 July 2014 17:16, Robert Osfield <[email protected]> wrote:
> This change is now checked into svn/trunk and will be wrapped up in the > next dev release (3.3.3). Unfortunately the changes break the ABI of the > core OSG so I'm reluctant to apply them to the OSG-3.2 branch, so I'm > currently looking at whether I can simply remove the code that is > associated with the _appliedProgramObjectSet without removing any public > methods like I did with the svn/trunk changes. > I have removed usage of _appliedProgramObjectSet from the OSG-3.2 branch, with this change the OSG-3.2 branch works with the threading test program without problems. There is a small risk for some applications that the hardwire calls to osg::State for managing osg::Program might find the inline method change could require a recompile, but this is the worst case. For most users I think everything should work fine. Robert.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

