MCPcopy Create free account
hub / github.com/Kitware/VTK / PopFramebufferBindings

Function PopFramebufferBindings

Rendering/OpenGL2/vtkOpenGLState.h:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 void PushReadFramebufferBinding();
219
220 void PopFramebufferBindings()
221 {
222 this->PopReadFramebufferBinding();
223 this->PopDrawFramebufferBinding();
224 }
225 void PopDrawFramebufferBinding();
226 void PopReadFramebufferBinding();
227

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected