projectM-visualizer / projectm

projectM - Cross-platform Music Visualization Library. Open-source and Milkdrop-compatible.
https://discord.gg/mMrxAqaa3W
GNU Lesser General Public License v2.1
3.39k stars 375 forks source link

[v4.1.x] Fixed variable using reserved word in vertex shader #832

Closed kblaschke closed 3 months ago

kblaschke commented 3 months ago

OpenGL ES has a distance() function, and thus, the shader may fail to compile in some drivers, e.g. some Android releases.

See discussion in original PR #830