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

Method GetBothMode

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 return GL_READ_FRAMEBUFFER;
332}
333unsigned int vtkOpenGLFramebufferObject::GetBothMode()
334{
335 return GL_FRAMEBUFFER;
336}
337
338//------------------------------------------------------------------------------
339void vtkOpenGLFramebufferObject::CreateFBO()

Callers 1

PopulateFramebufferMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected