summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.h
blob: 6abeadfcdeeb1cc2812ba94fc5c136f560311e8b (plain)
1
2
3
4
5
6
7
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