This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,15 @@
GL_REGAL_log
https://www.khronos.org/registry/OpenGL/extensions/REGAL/log.txt
GL_REGAL_log
GL_LOG_ERROR_REGAL 0x9319
GL_LOG_WARNING_REGAL 0x931A
GL_LOG_INFO_REGAL 0x931B
GL_LOG_APP_REGAL 0x931C
GL_LOG_DRIVER_REGAL 0x931D
GL_LOG_INTERNAL_REGAL 0x931E
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, void *context)