From Mike Weiblen, addiding of Program::validateProgram and osg::isNotifyEnabled() method
This commit is contained in:
@@ -77,6 +77,11 @@ bool osg::initNotifyLevel()
|
||||
|
||||
}
|
||||
|
||||
bool osg::isNotifyEnabled( osg::NotifySeverity severity )
|
||||
{
|
||||
return severity<=g_NotifyLevel;
|
||||
}
|
||||
|
||||
#if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__))
|
||||
const char* NullStreamName = "nul";
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user