diff options
author | Keith Whitwell <[email protected]> | 2000-11-24 10:30:04 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2000-11-24 10:30:04 +0000 |
commit | b014986fdb259eb60bd3e5a3fbcfcb218969f5f5 (patch) | |
tree | 09ba2402983c6ed1e5d940384818dbd3f2ab0526 /src/mesa/main/vtxfmt.h | |
parent | ad2ac216fa0cbebc36530bf9e5256e902710b892 (diff) |
New files...
Diffstat (limited to 'src/mesa/main/vtxfmt.h')
-rw-r--r-- | src/mesa/main/vtxfmt.h | 8 |
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 00000000000..6abeadfcdee --- /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 |