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

Method ActivateDrawBuffer

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void vtkOpenGLFramebufferObject::ActivateDrawBuffer(unsigned int num)
581{
582 this->ActivateDrawBuffers(&num, 1);
583}
584
585//------------------------------------------------------------------------------
586void vtkOpenGLFramebufferObject::ActivateReadBuffer(unsigned int colorAtt)

Callers 15

PopulateFramebufferMethod · 0.95
ClearFrontDestinationMethod · 0.80
BlendBackBufferMethod · 0.80
AlphaBlendRenderMethod · 0.80
RenderDelegateMethod · 0.80
StereoMidpointMethod · 0.80
FrameMethod · 0.80
StartMethod · 0.80

Calls 1

ActivateDrawBuffersMethod · 0.95

Tested by 2

ExecuteMethod · 0.64
ExecuteMethod · 0.64