Improved handling of clean up of osg::Program/osg::Shader on closing of a graphis context.
This commit is contained in:
@@ -132,7 +132,7 @@ class OSG_EXPORT Program : public osg::StateAttribute
|
||||
|
||||
void requestLink();
|
||||
void linkProgram();
|
||||
void validateProgram();
|
||||
bool validateProgram();
|
||||
bool needsLink() const {return _needsLink;}
|
||||
bool isLinked() const {return _isLinked;}
|
||||
bool getInfoLog( std::string& infoLog ) const;
|
||||
|
||||
Reference in New Issue
Block a user