glsl: Add a comment to note what an exec_list is a list of.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
This commit is contained in:
Matt Turner 2013-06-26 15:58:08 -07:00
parent 46b74ca7bc
commit 361206771c

View file

@ -526,6 +526,7 @@ public:
struct _mesa_glsl_parse_state *state);
ast_fully_specified_type *type;
/** List of 'ast_declaration *' */
exec_list declarations;
/**