diff options
Diffstat (limited to 'src/glsl/linker.h')
-rw-r--r-- | src/glsl/linker.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glsl/linker.h b/src/glsl/linker.h index 9915c38b01e..887cd33d1cd 100644 --- a/src/glsl/linker.h +++ b/src/glsl/linker.h @@ -31,8 +31,7 @@ link_function_calls(gl_shader_program *prog, gl_shader *main, gl_shader **shader_list, unsigned num_shaders); extern void -link_invalidate_variable_locations(exec_list *ir, int input_base, - int output_base); +link_invalidate_variable_locations(exec_list *ir); extern void link_assign_uniform_locations(struct gl_shader_program *prog); |