glsl: update types for unsized arrays of members
authorTimothy Arceri <t_arceri@yahoo.com.au>
Sat, 14 Mar 2015 01:40:20 +0000 (12:40 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Sat, 4 Jul 2015 07:13:10 +0000 (17:13 +1000)
commit939dc2850645786b4ff76aa162e44eb9f77be805
treea97856c19048b60beeefb24d863c6302edacc2e5
parent7ecb11c81c1e2fc816b36c82657ab139eb1d84b6
glsl: update types for unsized arrays of members

Assigns a new array type based on the max access of
unsized array members. This is to support arrays of arrays.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/glsl/linker.cpp