blob: 929a877cf98fd2501f2367a21595febb15881034 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _DEBUG_H
#define _DEBUG_H
void _mesa_print_tri_caps( const char *name, GLuint flags );
void _mesa_print_enable_flags( const char *msg, GLuint flags );
void _mesa_print_state( const char *msg, GLuint state );
#endif
|