You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
496B

  1. GL_REGAL_log
  2. https://github.com/p3/regal/tree/master/doc/extensions
  3. GL_REGAL_log
  4. GL_LOG_ERROR_REGAL 0x9319
  5. GL_LOG_WARNING_REGAL 0x931A
  6. GL_LOG_INFO_REGAL 0x931B
  7. GL_LOG_APP_REGAL 0x931C
  8. GL_LOG_DRIVER_REGAL 0x931D
  9. GL_LOG_INTERNAL_REGAL 0x931E
  10. GL_LOG_DEBUG_REGAL 0x931F
  11. GL_LOG_STATUS_REGAL 0x9320
  12. GL_LOG_HTTP_REGAL 0x9321
  13. void glLogMessageCallbackREGAL (GLLOGPROCREGAL callback)
  14. typedef void (APIENTRY *GLLOGPROCREGAL)(GLenum stream, GLsizei length, const GLchar *message, void *context)