Skip to content
Snippets Groups Projects
Forked from VTK / VTK
Source project has a limited visibility.
Jaswant Panchumarti's avatar
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22594
- address paraview/paraview#21832
- Thick lines were drawn by expanding a line to 2 triangles stacked on their longest side using a geometry shader. When coloring by cell scalars, this worked everywhere except on apple silicon.
- There seems to be a bug related to geometry shaders in Apple's OpenGL driver that caused thick lines to not correctly pick up cell colors.
- It looks like the value written to `gl_PrimitiveID` is overwritten implicitly by `EmitVertex` and incremented each time a vertex is emitted from the geometry shader.
- This commit works around it by fixing the usage of `gl_PrimitiveID` in fragment shader when drawing thick lines.

(cherry picked from commit 62466099)
fefb1764
History
Name Last commit Last update