aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/linker.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/glsl/linker.h')
-rw-r--r--mesalib/src/glsl/linker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/glsl/linker.h b/mesalib/src/glsl/linker.h
index 0b4c001f7..d0aaf3e1e 100644
--- a/mesalib/src/glsl/linker.h
+++ b/mesalib/src/glsl/linker.h
@@ -37,6 +37,9 @@ link_invalidate_variable_locations(gl_shader *sh, enum ir_variable_mode mode,
extern void
link_assign_uniform_locations(struct gl_shader_program *prog);
+extern void
+link_set_uniform_initializers(struct gl_shader_program *prog);
+
/**
* Class for processing all of the leaf fields of an uniform
*