Skip to content

Fix build error on iOS / OpenGL ES

Michael Migliore requested to merge michael.migliore/vtk:fix-build-glyphs into master

Glyphs culling use features unsupported by OpenGL ES.
This MR fixes the build errors and disables culling on OpenGL ES.

Merge request reports