Added releaseContextImplementation method
This commit is contained in:
parent
536f9d65b1
commit
77f0f74920
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user