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

Method UnBind

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:768–774  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

766
767//------------------------------------------------------------------------------
768void vtkOpenGLFramebufferObject::UnBind()
769{
770 if (this->FBOIndex != 0)
771 {
772 this->Context->GetState()->vtkBindFramebuffer(GL_FRAMEBUFFER, nullptr);
773 }
774}
775
776void vtkOpenGLFramebufferObject::UnBind(unsigned int mode)
777{

Callers 1

DownloadMethod · 0.45

Calls 2

vtkBindFramebufferMethod · 0.80
GetStateMethod · 0.45

Tested by

no test coverage detected