mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
d1500c03c0
In 9ff04e8a99 the builtin uniforms were moved to the common shader boilerplate. However the common boilerplate is positioned before the default precision specifier on GLES2 so it would fail to compile because the uniforms end up with no precision in the fragment shader. This patch just moves the precision specifier to above the common boilerplate.