commit | b0c64d3cc6d1d3a64c86a5b2cd748b4178bff350 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <t_arceri@yahoo.com.au> | Thu Jan 23 23:22:01 2014 +1100 |
committer | Timothy Arceri <t_arceri@yahoo.com.au> | Thu Jan 23 23:37:37 2014 +1100 |
tree | 71b1f532d7cbcca9f829cbc9891a08735800f9c6 | |
parent | 61a584609936940f69207dd520b5b4208810a9e7 [diff] |
glsl: remove remaining is_array variables Previously the reason we needed is_array was because we used array_size == NULL to represent both non-arrays and unsized arrays. Now that we use a non-NULL array_specifier to represent an unsized array, is_array is redundant. Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Paul Berry <stereotype441@gmail.com>