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

Method PushDrawFramebufferBinding

Rendering/OpenGL2/vtkOpenGLState.cxx:1999–2003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

InitFramebufferMethod · 0.80
CopyOpaqueDepthBufferMethod · 0.80
ReadPixelsMethod · 0.80
SetPixelDataMethod · 0.80
SetRGBAPixelDataMethod · 0.80
SetRGBACharPixelDataMethod · 0.80
GetZbufferDataMethod · 0.80
SetZbufferDataMethod · 0.80
BeginPassMethod · 0.80
PushFramebufferBindingsFunction · 0.80
AttachColorBufferMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected