glsl: fix regression when building interface field name for SSBOs
authorTimothy Arceri <t_arceri@yahoo.com.au>
Sat, 17 Oct 2015 22:12:40 +0000 (09:12 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Tue, 20 Oct 2015 00:54:09 +0000 (11:54 +1100)
commitaa9f06b3ea99b318469c3d140651f4b4986896a6
tree4e67cd81b79991cd17e22eb4f224333b39c17964
parent867284a8f07b69887f8adb109fb6c71156668227
glsl: fix regression when building interface field name for SSBOs

Fixes regression cased by bb5aeb854915ba67abc56257f830d002c956439e

We don't care about the swizzle when building the name so just skip over it.

Tested-by: Markus Wick <markus@selfnet.de>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/glsl/lower_ubo_reference.cpp