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

Method vtkBindFramebuffer

Rendering/OpenGL2/vtkOpenGLState.cxx:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void vtkOpenGLState::vtkBindFramebuffer(unsigned int target, vtkOpenGLFramebufferObject* fo)
482{
483 this->vtkglBindFramebuffer(target, fo ? fo->GetFBOIndex() : 0);
484}
485
486void vtkOpenGLState::vtkglBindFramebuffer(unsigned int target, unsigned int val)
487{

Callers 6

BindMethod · 0.80
AttachColorBufferMethod · 0.80
AttachDepthBufferMethod · 0.80
UnBindMethod · 0.80
RemoveDepthAttachmentMethod · 0.80
RemoveColorAttachmentMethod · 0.80

Calls 1

vtkglBindFramebufferMethod · 0.95

Tested by

no test coverage detected