Re: [osg-users] osg Notification

2013-05-24 Thread michael kapelko
http://lmgtfy.com/?q=__FUNCTION__ 2013/5/24 Sajjadul Islam > Hi forum, > > I am going through a source of a plugin and they have mentioned something > as follows: > > > Code: > > . > . > osg::notify(osg::WARN) > << __FUNCTION__ << ": osg::Grap

[osg-users] osg Notification

2013-05-24 Thread Sajjadul Islam
Hi forum, I am going through a source of a plugin and they have mentioned something as follows: Code: . . osg::notify(osg::WARN) << __FUNCTION__ << ": osg::GraphicsContext must have a valid state." << std::endl; ..