mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-26 16:41:57 +00:00
Add GL_REGAL_enable extension, point to github for Regal extensions.
This commit is contained in:
parent
19a563a6fd
commit
35f724ebee
8
auto/core/GL_REGAL_enable
Normal file
8
auto/core/GL_REGAL_enable
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
GL_REGAL_enable
|
||||||
|
https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_enable.txt
|
||||||
|
GL_REGAL_enable
|
||||||
|
GL_ERROR_REGAL 0x9322
|
||||||
|
GL_DEBUG_REGAL 0x9323
|
||||||
|
GL_LOG_REGAL 0x9324
|
||||||
|
GL_EMULATION_REGAL 0x9325
|
||||||
|
GL_LOADER_REGAL 0x9326
|
@ -1,4 +1,4 @@
|
|||||||
GL_REGAL_error_string
|
GL_REGAL_error_string
|
||||||
https://github.com/p3/regal
|
https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_error_string.txt
|
||||||
GL_REGAL_error_string
|
GL_REGAL_error_string
|
||||||
const GLchar* glErrorStringREGAL (GLenum error)
|
const GLchar* glErrorStringREGAL (GLenum error)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
GL_REGAL_extension_query
|
GL_REGAL_extension_query
|
||||||
https://github.com/p3/regal
|
https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_extension_query.txt
|
||||||
GL_REGAL_extension_query
|
GL_REGAL_extension_query
|
||||||
GLboolean glGetExtensionREGAL (const GLchar* ext)
|
GLboolean glGetExtensionREGAL (const GLchar* ext)
|
||||||
GLboolean glIsSupportedREGAL (const GLchar* ext)
|
GLboolean glIsSupportedREGAL (const GLchar* ext)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
GL_REGAL_log
|
GL_REGAL_log
|
||||||
http://www.opengl.org/registry/specs/REGAL/log.txt
|
https://github.com/p3/regal/blob/master/doc/extensions/GL_REGAL_log.txt
|
||||||
GL_REGAL_log
|
GL_REGAL_log
|
||||||
GL_LOG_ERROR_REGAL 0x9319
|
GL_LOG_ERROR_REGAL 0x9319
|
||||||
GL_LOG_WARNING_REGAL 0x931A
|
GL_LOG_WARNING_REGAL 0x931A
|
||||||
|
Loading…
Reference in New Issue
Block a user