#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