blob: 40bfc76feb18f6137b23aeee793801ead5a45d65 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef GL_UTILS_H
#define GL_UTILS_H
#include <GL/glew.h>
extern void gl_debug_output(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *user_param);
#endif
|