| 1997 | } |
| 1998 | |
| 1999 | void vtkOpenGLState::PushDrawFramebufferBinding() |
| 2000 | { |
| 2001 | auto& cs = this->Stack.top(); |
| 2002 | this->DrawBindings.push_back(cs.DrawBinding); |
| 2003 | } |
| 2004 | |
| 2005 | void vtkOpenGLState::PushReadFramebufferBinding() |
| 2006 | { |
no test coverage detected