------------------------------------------------------------------------------
| 717 | |
| 718 | //------------------------------------------------------------------------------ |
| 719 | void vtkOpenGLFramebufferObject::Bind() |
| 720 | { |
| 721 | this->Bind(GL_FRAMEBUFFER); |
| 722 | } |
| 723 | |
| 724 | void vtkOpenGLFramebufferObject::Bind(unsigned int mode) |
| 725 | { |
no test coverage detected