Added releaseContextImplementation method

This commit is contained in:
Robert Osfield 2007-01-08 19:58:58 +00:00
parent 536f9d65b1
commit 77f0f74920

View File

@ -263,6 +263,12 @@ bool GraphicsContextImplementation::makeContextCurrentImplementation(osg::Graphi
return true; return true;
} }
bool GraphicsContextImplementation::makeCurrentImplementation()
{
osg::notify(osg::NOTICE)<<"GraphicsContextImplementation::makeCurrentImplementation(): not implemented - release not supported under Producer."<<std::endl;
return false;
}
void GraphicsContextImplementation::closeImplementation() void GraphicsContextImplementation::closeImplementation()
{ {
if (!_rs) return; if (!_rs) return;