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

Method Start

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:549–558  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

547
548//------------------------------------------------------------------------------
549bool vtkOpenGLFramebufferObject::Start(int width, int height)
550{
551 if (!this->StartNonOrtho(width, height))
552 {
553 return false;
554 }
555
556 this->InitializeViewport(width, height);
557 return true;
558}
559
560//------------------------------------------------------------------------------
561void vtkOpenGLFramebufferObject::ActivateBuffers()

Callers

nothing calls this directly

Calls 2

StartNonOrthoMethod · 0.95
InitializeViewportMethod · 0.95

Tested by

no test coverage detected