mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
Regal-related extension specifications added.
This commit is contained in:
parent
4b07c93946
commit
4cbc97cdc1
4
auto/core/GL_REGAL_error_string
Normal file
4
auto/core/GL_REGAL_error_string
Normal file
@ -0,0 +1,4 @@
|
||||
GL_REGAL_error_string
|
||||
https://github.com/p3/regal
|
||||
GL_REGAL_error_string
|
||||
const GLchar* glErrorStringREGAL (GLenum error)
|
5
auto/core/GL_REGAL_extension_query
Normal file
5
auto/core/GL_REGAL_extension_query
Normal 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
9
auto/core/GL_REGAL_log
Normal 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
|
Loading…
Reference in New Issue
Block a user