------------------------------------------------------------------------------
| 2071 | |
| 2072 | //------------------------------------------------------------------------------ |
| 2073 | void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::ExitDepthPass(vtkRenderer* vtkNotUsed(ren)) |
| 2074 | { |
| 2075 | this->DPFBO->DeactivateDrawBuffers(); |
| 2076 | vtkOpenGLState* ostate = this->DPFBO->GetContext()->GetState(); |
| 2077 | ostate->PopFramebufferBindings(); |
| 2078 | |
| 2079 | this->DPDepthBufferTextureObject->Deactivate(); |
| 2080 | this->DPColorTextureObject->Deactivate(); |
| 2081 | ostate->vtkglDisable(GL_DEPTH_TEST); |
| 2082 | } |
| 2083 | |
| 2084 | //------------------------------------------------------------------------------ |
| 2085 | void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal ::ReleaseRenderToTextureGraphicsResources( |
no test coverage detected