------------------------------------------------------------------------------
| 404 | |
| 405 | //------------------------------------------------------------------------------ |
| 406 | vtkOpenGLRenderWindow* vtkOpenGLFramebufferObject::GetContext() |
| 407 | { |
| 408 | return this->Context; |
| 409 | } |
| 410 | |
| 411 | //------------------------------------------------------------------------------ |
| 412 | void vtkOpenGLFramebufferObject::InitializeViewport(int width, int height) |