Keith Whitwell | b014986 | 2000-11-24 10:30:04 +0000 | [diff] [blame] | 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 |