7 lines
220 B
C
7 lines
220 B
C
#ifndef GL_DEBUG_H
|
|
#define GL_DEBUG_H
|
|
#include <GL/glew.h>
|
|
|
|
extern void GLAPIENTRY debug_func(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar* msg, const void*);
|
|
|
|
#endif //GL_DEBUG_H
|