New files...
[mesa.git] / src / mesa / main / api_loopback.h
1 #ifndef API_LOOPBACK_H
2 #define API_LOOPBACK_H
3
4 #include "glheader.h"
5
6 struct _glapi_table;
7
8 extern void _mesa_loopback_prefer_float( struct _glapi_table *dest,
9 GLboolean prefer_float_colors );
10
11 extern void _mesa_loopback_init_api_table( struct _glapi_table *dest,
12 GLboolean prefer_float_colors );
13
14 #endif