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

Method Bind

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:719–722  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

717
718//------------------------------------------------------------------------------
719void vtkOpenGLFramebufferObject::Bind()
720{
721 this->Bind(GL_FRAMEBUFFER);
722}
723
724void vtkOpenGLFramebufferObject::Bind(unsigned int mode)
725{

Callers 3

StartNonOrthoMethod · 0.95
PopulateFramebufferMethod · 0.95
DownloadMethod · 0.45

Calls 4

CreateFBOMethod · 0.95
vtkBindFramebufferMethod · 0.80
MakeCurrentMethod · 0.45
GetStateMethod · 0.45

Tested by

no test coverage detected