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