------------------------------------------------------------------------------
| 291 | |
| 292 | //------------------------------------------------------------------------------ |
| 293 | void vtkOpenGLFXAAFilter::LoadInput() |
| 294 | { |
| 295 | this->Input->CopyFromFrameBuffer( |
| 296 | this->Viewport[0], this->Viewport[1], 0, 0, this->Viewport[2], this->Viewport[3]); |
| 297 | } |
| 298 | |
| 299 | //------------------------------------------------------------------------------ |
| 300 | void vtkOpenGLFXAAFilter::ApplyFilter() |
no test coverage detected