Robert Bragg
a0247f294d
cogl-shader: correctly #ifdef guard an if else block
There are quite a few if {} else {} blocks for dealing with arbfp else glsl and the first block is guarded with #ifdef HAVE_COGL_GL. In this case though the #endif was before the else so it wouldn't compile for gles.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%