Metal Vertex/Fragment shader that blends tight overlapping `.lineStrip`s taxes the GPU much more than less concentrated lines
I wrote a metal shader that draws around 250K vertices using the .lineStrip
primitive with .isBlendEnabled
set to true and using an .add
blend operation to get an accumulation effect “for free”.