From 07731ed1692eb5d72110b3c5b693f37e581e3809 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 18 Oct 2011 11:54:48 -0700 Subject: linker: Track uniform locations to new tracking structures This is just the infrastructure and the code. It's not used yet. Signed-off-by: Ian Romanick Tested-by: Tom Stellard --- src/glsl/linker.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glsl/linker.h') diff --git a/src/glsl/linker.h b/src/glsl/linker.h index 669549bf0c5..433c63be246 100644 --- a/src/glsl/linker.h +++ b/src/glsl/linker.h @@ -34,6 +34,9 @@ extern void link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode, int generic_base); +extern void +link_assign_uniform_locations(struct gl_shader_program *prog); + /** * Class for processing all of the leaf fields of an uniform * -- cgit v1.2.3