------------------------------------------------------------------------------
| 651 | |
| 652 | //------------------------------------------------------------------------------ |
| 653 | void vtkOpenGLFramebufferObject::DeactivateDrawBuffers() |
| 654 | { |
| 655 | GLenum att = GL_NONE; |
| 656 | this->Context->GetState()->vtkDrawBuffers(1, &att, this); |
| 657 | this->ActiveBuffers.clear(); |
| 658 | } |
| 659 | |
| 660 | //------------------------------------------------------------------------------ |
| 661 | void vtkOpenGLFramebufferObject::DeactivateReadBuffer() |