Added clean up class to help improve the exit of GraphicsThread

This commit is contained in:
Robert Osfield
2005-09-02 13:10:46 +00:00
parent 21cabaf5f6
commit 4167a3f980
3 changed files with 59 additions and 18 deletions

View File

@@ -231,7 +231,8 @@ void GraphicsContextImplementation::closeImplementation()
{
if (!_rs) return;
// need to close render surface...
// close render surface by deleting it
_rs = 0;
}
void GraphicsContextImplementation::bindPBufferToTextureImplementation(GLenum buffer)