Update GL_REGAL_log to support a callback function.

This commit is contained in:
Nigel Stewart 2012-08-12 20:21:27 -05:00
parent 6d14805de5
commit 62616c381a
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ GL_REGAL_log
GL_LOG_DEBUG_REGAL 0x931F
GL_LOG_STATUS_REGAL 0x9320
GL_LOG_HTTP_REGAL 0x9321
void glLogMessageCallbackREGAL (GLLOGPROCREGAL callback)
typedef void (APIENTRY *GLLOGPROCREGAL)(GLenum stream, GLsizei length, const GLchar *message, GLvoid *context)