------------------------------------------------------------------------------
| 328 | |
| 329 | //------------------------------------------------------------------------------ |
| 330 | void vtkVRRenderWindow::Render() |
| 331 | { |
| 332 | this->MakeCurrent(); |
| 333 | this->GetState()->ResetGLViewportState(); |
| 334 | this->Superclass::Render(); |
| 335 | } |
| 336 | |
| 337 | //------------------------------------------------------------------------------ |
| 338 | bool vtkVRRenderWindow::GetDeviceToWorldMatrixForDevice( |
nothing calls this directly
no test coverage detected