Skip to content

Warn only once about Apple bug

Cory Quammen requested to merge cory.quammen/vtk:quieter_apple_warning into master

The vtkOpenGLPolyDataMapper2D may update the VBO many times, invoking the warning about the Apple bug many times. Warn once instead.

Merge request reports