gleffects: fix shader compilation with legacy opengl
authorMatthew Waters <matthew@centricular.com>
Tue, 29 Dec 2015 06:04:57 +0000 (17:04 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:14 +0000 (19:32 +0000)
commitb43fa6e105ed6f176f7734864c73d25a0f8ee082
tree31418b2319f4a22d6bdca9d3ccab640ca7cfee81
parent0aa1373a61aedf23f3b37d018fa93bde0bb2dae6
gleffects: fix shader compilation with legacy opengl

All the gleffects shaders can be run against a gles2 or a legacy opengl glsl
compiler but weren't being advertised as such.

Fixes gleffects under desktop opengl < 3.2.
ext/gl/gstgleffects.c