summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_program.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-06 20:52:04 +0100
committerBrian <brian.paul@tungstengraphics.com>2007-08-06 20:52:04 +0100
commit8ebf91d15eeb6f19d19580f6319477aaad4df3fd (patch)
tree726c1d8dbe941c54d6977a0296f704230eaa7797 /src/mesa/state_tracker/st_cb_program.h
parenta2e3def40c0750db158e2cc0e1e90bfb30bd5a5c (diff)
new header
Diffstat (limited to 'src/mesa/state_tracker/st_cb_program.h')
-rw-r--r--src/mesa/state_tracker/st_cb_program.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_program.h b/src/mesa/state_tracker/st_cb_program.h
new file mode 100644
index 0000000000..38ec4e0a59
--- /dev/null
+++ b/src/mesa/state_tracker/st_cb_program.h
@@ -0,0 +1,10 @@
+
+#ifndef ST_CB_PROGRAM_H
+#define ST_CB_PROGRAM_H
+
+
+extern void
+st_init_program_functions(struct dd_function_table *functions);
+
+
+#endif