End the rendering process and display the image.
| 227 | |
| 228 | // End the rendering process and display the image. |
| 229 | void vtkOSOpenGLRenderWindow::Frame() |
| 230 | { |
| 231 | this->MakeCurrent(); |
| 232 | this->Superclass::Frame(); |
| 233 | } |
| 234 | |
| 235 | // |
| 236 | // Set the variable that indicates that we want a stereo capable window |
nothing calls this directly
no test coverage detected