summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/vtxfmt.h')
-rw-r--r--src/mesa/main/vtxfmt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h
new file mode 100644
index 0000000000..6abeadfcde
--- /dev/null
+++ b/src/mesa/main/vtxfmt.h
@@ -0,0 +1,8 @@
+#ifndef _VTXFMT_H_
+#define _VTXFMT_H_
+
+extern void _mesa_install_exec_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt );
+extern void _mesa_install_save_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt );
+
+
+#endif