mosra / magnum

Lightweight and modular C++11 graphics middleware for games and data visualization
https://magnum.graphics/
Other
4.77k stars 439 forks source link

Fix a compile error in Line.vert under gles. #610

Closed dynon-msb closed 1 year ago

mosra commented 1 year ago

Thanks! I'll try to get back to #601 as soon as I'm able to.

It's interesting that this was a problem, given that the shader compiled just fine under WebGL which is a GLES subset (or at least in my testing it did).

mosra commented 1 year ago

This is now integrated into #601, thank you!