diff options
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 |