summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-11-24 10:30:04 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-11-24 10:30:04 +0000
commitb014986fdb259eb60bd3e5a3fbcfcb218969f5f5 (patch)
tree09ba2402983c6ed1e5d940384818dbd3f2ab0526 /src/mesa/main/vtxfmt.h
parentad2ac216fa0cbebc36530bf9e5256e902710b892 (diff)
New files...
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