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

Function PushFramebufferBindings

Rendering/OpenGL2/vtkOpenGLState.h:212–216  ·  view source on GitHub ↗

@{ * Store/Restore the current framebuffer bindings and buffers. */

Source from the content-addressed store, hash-verified

210 * Store/Restore the current framebuffer bindings and buffers.
211 */
212 void PushFramebufferBindings()
213 {
214 this->PushDrawFramebufferBinding();
215 this->PushReadFramebufferBinding();
216 }
217 void PushDrawFramebufferBinding();
218 void PushReadFramebufferBinding();
219

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected