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

Method RemoveColorAttachments

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:923–929  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

921
922//------------------------------------------------------------------------------
923void vtkOpenGLFramebufferObject::RemoveColorAttachments(unsigned int num)
924{
925 for (unsigned int i = 0; i < num; ++i)
926 {
927 this->RemoveColorAttachment(i);
928 }
929}
930
931void vtkOpenGLFramebufferObject::RemoveColorAttachment(unsigned int index)
932{

Callers 6

RenderDelegateMethod · 0.80
RenderSSAOMethod · 0.80
LoadMethod · 0.80
RenderMethod · 0.80
ClearBuffersFunction · 0.80
ClearBufferFunction · 0.80

Calls 1

RemoveColorAttachmentMethod · 0.95

Tested by

no test coverage detected