blob: aaae5c11da341b260f5c69a605e71f8d060f2347 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _T_DEBUG_H
#define _T_DEBUG_H
#include "mtypes.h"
#include "t_context.h"
void _tnl_print_cassette( struct immediate *IM );
void _tnl_print_vert_flags( const char *name, GLuint flags );
#endif
|