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 beb9bb216..9440794e2 100644
--- a/mesalib/src/glsl/linker.h
+++ b/mesalib/src/glsl/linker.h
@@ -26,6 +26,9 @@
#ifndef GLSL_LINKER_H
#define GLSL_LINKER_H
+ir_function_signature *
+link_get_main_function_signature(gl_shader *sh);
+
extern bool
link_function_calls(gl_shader_program *prog, gl_shader *main,
gl_shader **shader_list, unsigned num_shaders);