glsl: do not try to reserve explicit locations for buffer variables
authorTapani Pälli <tapani.palli@intel.com>
Tue, 20 Oct 2015 07:24:50 +0000 (10:24 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 21 Oct 2015 03:11:38 +0000 (06:11 +0300)
commit1f48ea1193e3659c3f94b5de31d9200c1d500e72
tree2007a2da161bdae6878dd8ecff413b0081951120
parent96bbb3707f402149ae48bc3991febeed86c4fa21
glsl: do not try to reserve explicit locations for buffer variables

Explicit locations are only used with uniform variables.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Marta Lofstedt <marta.lofstedt@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/glsl/linker.cpp