Added Program pointer to help with uniform apply.

This commit is contained in:
Robert Osfield
2007-01-26 16:08:52 +00:00
parent df7ab22414
commit 0c5e9e5a2e

View File

@@ -109,6 +109,7 @@ class OSGUTIL_EXPORT GLObjectsVisitor : public osg::NodeVisitor
osg::RenderInfo _renderInfo;
DrawableAppliedSet _drawablesAppliedSet;
StatesSetAppliedSet _stateSetAppliedSet;
osg::ref_ptr<osg::Program> _lastCompiledProgram;
};