mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Update GL_REGAL_log to support a callback function.
This commit is contained in:
parent
6d14805de5
commit
62616c381a
@ -10,3 +10,5 @@ GL_REGAL_log
|
|||||||
GL_LOG_DEBUG_REGAL 0x931F
|
GL_LOG_DEBUG_REGAL 0x931F
|
||||||
GL_LOG_STATUS_REGAL 0x9320
|
GL_LOG_STATUS_REGAL 0x9320
|
||||||
GL_LOG_HTTP_REGAL 0x9321
|
GL_LOG_HTTP_REGAL 0x9321
|
||||||
|
void glLogMessageCallbackREGAL (GLLOGPROCREGAL callback)
|
||||||
|
typedef void (APIENTRY *GLLOGPROCREGAL)(GLenum stream, GLsizei length, const GLchar *message, GLvoid *context)
|
||||||
|
Loading…
Reference in New Issue
Block a user