blob: 6726970d007d482c13a642db82bcac8fcc6dae03 (
plain)
1
2
3
4
5
6
7
8
|
#include <GL/gl.h>
typedef khronos_int32_t GLclampx;
typedef void (*GLDEBUGPROCKHR)(GLenum source, GLenum type, GLuint id,
GLenum severity, GLsizei length,
const GLchar *message, const void *userParam);
|