summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_uniform.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-11-10 12:33:17 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-11-10 12:39:36 -0700
commit2d76a0d77af7be9539f89cba37ce84338c1cdda4 (patch)
tree6e722f4d0f8356707ed9402dc9eeeb5dc56704b4 /src/mesa/shader/prog_uniform.h
parent379ff8c9567940ebff44870cf7b0202882445fa6 (diff)
mesa: track initialization status of uniform variables. Plus, asst clean-ups.
Diffstat (limited to 'src/mesa/shader/prog_uniform.h')
-rw-r--r--src/mesa/shader/prog_uniform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_uniform.h b/src/mesa/shader/prog_uniform.h
index deea732991..22a2bfd970 100644
--- a/src/mesa/shader/prog_uniform.h
+++ b/src/mesa/shader/prog_uniform.h
@@ -75,7 +75,7 @@ _mesa_new_uniform_list(void);
extern void
_mesa_free_uniform_list(struct gl_uniform_list *list);
-extern GLboolean
+extern struct gl_uniform *
_mesa_append_uniform(struct gl_uniform_list *list,
const char *name, GLenum target, GLuint progPos);