| 1855 | } |
| 1856 | |
| 1857 | void vtkOpenGLRenderWindow::BlitDisplayFramebuffer() |
| 1858 | { |
| 1859 | this->BlitDisplayFramebuffer(0, 0, 0, this->Size[0], this->Size[1], 0, 0, this->Size[0], |
| 1860 | this->Size[1], GL_COLOR_BUFFER_BIT, GL_NEAREST); |
| 1861 | } |
| 1862 | |
| 1863 | void vtkOpenGLRenderWindow::BlitDisplayFramebufferColorAndDepth() |
| 1864 | { |