glsl: Remove 'struct' from ir_variable declaration.
Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
@@ -334,7 +334,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void prepare_array(exec_list *ir,
|
void prepare_array(exec_list *ir,
|
||||||
struct ir_variable **new_var,
|
ir_variable **new_var,
|
||||||
int max_elements, unsigned start_location,
|
int max_elements, unsigned start_location,
|
||||||
const char *var_name, const char *mode_str,
|
const char *var_name, const char *mode_str,
|
||||||
unsigned usage, unsigned external_usage)
|
unsigned usage, unsigned external_usage)
|
||||||
|
Reference in New Issue
Block a user