Skip to content

Use GL time query to probe polydata mapper rendering time.

So far the TimeToDraw was always set to 0.0001. Now the time take by the rendering calls performed by the mapper is evaluated using the time query provided by the GPU.

This patch allows to make vtkLODMapper work as expected. Limitation:

  • for new backend only.
  • not supported by GLES

Merge request reports