Skip to content

vtkOpenGLES30PolyDataMapper: Do not cast gl_VertexID to float

  • closes #19078 (closed)
  • It was cast to float because mod only worked with floats.
  • However, the '%' operator accepts integers and it is available on webgl2 when #version 300 es is used.

Merge request reports