------------------------------------------------------------------------------
| 659 | |
| 660 | //------------------------------------------------------------------------------ |
| 661 | void vtkOpenGLFramebufferObject::DeactivateReadBuffer() |
| 662 | { |
| 663 | this->Context->GetState()->vtkReadBuffer(GL_NONE, this); |
| 664 | this->ActiveReadBuffer = GL_NONE; |
| 665 | } |
| 666 | |
| 667 | //------------------------------------------------------------------------------ |
| 668 | void vtkOpenGLFramebufferObject::SaveCurrentBindingsAndBuffers() |
no test coverage detected