Regal-related extension specifications added.

This commit is contained in:
Nigel Stewart 2012-07-23 16:25:52 -05:00
parent 4b07c93946
commit 4cbc97cdc1
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,4 @@
GL_REGAL_error_string
https://github.com/p3/regal
GL_REGAL_error_string
const GLchar* glErrorStringREGAL (GLenum error)

View File

@ -0,0 +1,5 @@
GL_REGAL_extension_query
https://github.com/p3/regal
GL_REGAL_extension_query
GLboolean REGAL_CALL glGetExtensionREGAL (const GLchar* ext)
GLboolean REGAL_CALL glIsSupportedREGAL (const GLchar* ext)

9
auto/core/GL_REGAL_log Normal file
View File

@ -0,0 +1,9 @@
GL_REGAL_log
https://github.com/p3/regal
GL_REGAL_log
GL_LOG_ERROR_REGAL 0x770
GL_LOG_WARNING_REGAL 0x771
GL_LOG_INFO_REGAL 0x772
GL_LOG_REGAL_REGAL 0x773
GL_LOG_OPENGL_REGAL 0x774
GL_LOG_INTERNAL_REGAL 0x775