mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 11:15:48 +00:00
Had to simulate it with the "x * exp2(exp)" expression in GLSL, as GLSL only supports integer types as exponents in its native ldexp implementation, while HLSL solely uses floats.