
Yet another way to reduce the instruction count of the fragment shader. Passing a pair of floats once is virtually free, compared to computing horizontal and vertical on each fragment run. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1646>