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

Method IsSupported

Rendering/Parallel/vtkCompositeRGBAPass.cxx:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109
110//------------------------------------------------------------------------------
111bool vtkCompositeRGBAPass::IsSupported(vtkOpenGLRenderWindow* context)
112{
113 return (context != nullptr);
114}
115
116//------------------------------------------------------------------------------
117// Description:

Callers 1

RenderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected