mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
Neil Roberts
9b7f362ea4
cogl-shader-boilerplate: Specify default precision earlier
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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%