glsl: fix the type of ir_constant_data::u16
[mesa.git] / src / compiler / glsl / linker.h
index be92dbf983cd5647c5e7aaccbaba8949d0b7a38a..037b0ef47251aa25c27e7b550c125bb8344b09be 100644 (file)
@@ -65,7 +65,8 @@ link_uniform_blocks(void *mem_ctx,
 bool
 validate_intrastage_arrays(struct gl_shader_program *prog,
                            ir_variable *const var,
-                           ir_variable *const existing);
+                           ir_variable *const existing,
+                           bool match_precision = true);
 
 void
 validate_intrastage_interface_blocks(struct gl_shader_program *prog,