blob: 1fff95411e9ce763c3599ff4926ae9e68c9537ee (
plain)
1
2
3
4
5
6
7
8
|
#ifndef _DEBUG_H
#define _DEBUG_H
void gl_print_tri_caps( const char *name, GLuint flags );
void gl_print_enable_flags( const char *msg, GLuint flags );
void gl_print_state( const char *msg, GLuint state );
#endif
|