------------------------------------------------------------------------------
| 968 | |
| 969 | //------------------------------------------------------------------------------ |
| 970 | void vtkDualDepthPeelingPass::InitFramebuffer(const vtkRenderState* s) |
| 971 | { |
| 972 | this->Framebuffer->SetContext( |
| 973 | static_cast<vtkOpenGLRenderWindow*>(s->GetRenderer()->GetRenderWindow())); |
| 974 | |
| 975 | // Save the current FBO bindings to restore them later. |
| 976 | this->State->PushDrawFramebufferBinding(); |
| 977 | } |
| 978 | |
| 979 | //------------------------------------------------------------------------------ |
| 980 | void vtkDualDepthPeelingPass::ActivateDrawBuffers(const TextureName* ids, size_t numTex) |
no test coverage detected