Merge pull request #543 from jasonbeverage/quietshaders
Quiet down shader compilation messages
This commit is contained in:
commit
5feb9e58f7
@ -641,7 +641,7 @@ void Shader::PerContextShader::compileShader(osg::State& state)
|
||||
GLint compiled = GL_FALSE;
|
||||
|
||||
// OSG_NOTICE<<"Compiling PerContextShader "<<this<<" ShaderDefine="<<getDefineString()<<std::endl;
|
||||
bool printOutShaders = osg::getNotifyLevel()>=osg::NOTICE;//INFO;
|
||||
bool printOutShaders = osg::getNotifyLevel()>=osg::INFO;//NOTICE;
|
||||
|
||||
if (_defineStr.empty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user