Add glsl_type::element_type and glsl_type::array_size queries
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Apr 2010 00:17:34 +0000 (17:17 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Apr 2010 00:17:34 +0000 (17:17 -0700)
commit00e517616b722d6a1f62748d8c84004eeb814756
treef9baf8f9f9c4f200a1eba376f37ad44d51ca48ca
parentebfdef7a83966341c27f44c83366419d4a2f7a60
Add glsl_type::element_type and glsl_type::array_size queries

The former gets the type of elements in an array, and the later gets
the declared size, if any, of the array.
glsl_types.h