summaryrefslogtreecommitdiff
path: root/program.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-06-17 15:04:20 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-06-17 15:04:20 -0700
commit832dfa58b2070d60111bc1997aea86228f630e75 (patch)
tree172d3284f375044e3dbd584482a91fd352702ca3 /program.h
parent705fb01b59bec8acb9ff21509d25aa675d7c1dee (diff)
linker: Initial bits of the linker
No linking is done yet, but some of the semantic checking is done.
Diffstat (limited to 'program.h')
-rw-r--r--program.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/program.h b/program.h
index 81137c4e98..8d4088dddd 100644
--- a/program.h
+++ b/program.h
@@ -64,3 +64,6 @@ struct glsl_program {
GLboolean _Used; /**< Ever used for drawing? */
GLchar *InfoLog;
};
+
+extern void
+link_shaders(struct glsl_program *prog);